JonWatkins / vue-runtime-template-compiler

A simple Vue component to compile templates at runtime
https://jonwatkins.github.io/vue-runtime-template-compiler/
MIT License
42 stars 8 forks source link

Compatible with CSP "unsafe-eval" in Nuxt app #22

Open starofsky opened 3 years ago

starofsky commented 3 years ago

Hi, In my Nuxt app, I have CSP without unsafe-eval. Do we have anyway to use compatible with CSP.

image