I want to use vuejs and some component libraries to develop a Google plug-in, but due to the content security policy (csp), eval()
new Function()
and other javascript features cannot be used. Therefore, Vue cannot be used normally, and the official documentation only vaguely talks about this part.
给我你的怀抱2017-07-05 11:04:25
According to the documentation, you should just use the runtime-built version: https://github.com/vuejs/vue/...