quench-vue
quench-vue copied to clipboard
Global variables used in `q-r-data` become reactive
When using q-r-data, quench incorrectly makes the original object reactive with Vue observers etc.
window.foo = { bar: true };
<div q-r-data='{ "baz": foo }'></div>
will results in window.foo being given getters and setters etc