You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This is an internal flag that allows Vue's runtime to pick the correct Proxy strategy to detect variable reference errors during render, depending on whether with has been stripped by vue-template-es2015-compiler.
This is an internal flag that allows Vue's runtime to pick the correct Proxy strategy to detect variable reference errors during render, depending on whether
with
has been stripped byvue-template-es2015-compiler
.The same is done in
vue-loader
: https://github.com/vuejs/vue-loader/blob/master/lib/template-compiler.js#L83A bit hacky, but luckily that there are not many tools that actually need to be aware of this flag.
Great work on this plugin, btw!
The text was updated successfully, but these errors were encountered: