quench-vue icon indicating copy to clipboard operation
quench-vue copied to clipboard

Global variables used in `q-r-data` become reactive

Open stowball opened this issue 7 years ago • 0 comments

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

stowball avatar Oct 10 '18 02:10 stowball