0👍
Escape the quotes with a \
<editor init-text="String \"Test\""></editor>
Or mix single '
and double "
quotes
<editor init-text='String "Test"'></editor>
- [Vuejs]-Exception handling when backend URL resource is not reachable
- [Vuejs]-Vue and rails: Share cookie
Source:stackexchange.com