-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Description
Hi,
I really love vue and I would like to use it to customize the user interface of Salesforce.
The problem is that Salesforce has recently introduced a security feature called LockerService, that enforces strict mode on any 3rd party libraries that are included in the project and in the near future will enforce also CSP.
I've done some tests and it seems that the only thing that prevent a Salesforce developer from using vue is that the compiler renders the templates using the "with" functionality.
Using inline templates is not an option because they use 'new Function', violating CSP.
It seems to me that it should be possible to modify the compiler to be strict mode compliant.. Is this improvement in the roadmap? Thank you for your awesome work