-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal JS doesn't process properly with multiple keys #67
Comments
is this issue resolved yet ? |
Should be fixed now :) |
@atinux Thank you for partially fixing it. I have just checked it and the problem still exists. I haven't tested on a pure vue.js project, here are observations using latest nuxt.alpha4: Surprisingly, after hot-reload only it does properly render the innerHTML of the script. However, it fails to render " on the initial render and quotes are still left as |
I can confirm @OlzhasAlexandrov findings and it only renders properly after hot-reload only. Fails to render on initial render and |
Hello, I'm using nuxt and trying to add internal JS in JSON-LD format.
For the purpose to be short, I added just a couple of properties in the example. Without
__dangerouslyDisableSanitizers: ['script']
, it doesn't process"
leaving it as"
The text was updated successfully, but these errors were encountered: