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 has been archived by the owner on Dec 30, 2021. It is now read-only.
Using the above with snowpack the app throws an error in the browser:
TypeError: Cannot read property 'App' of undefined
at Proxy.render (App.js?mtime=1591252156733:15)
at renderComponentRoot (vue.js:1362)
at componentEffect (vue.js:4140)
at reactiveEffect (vue.js:297)
at effect (vue.js:272)
at setupRenderEffect (vue.js:4132)
at mountComponent (vue.js:4091)
at processComponent (vue.js:4048)
at patch (vue.js:3711)
at render (vue.js:4810)
Vue-loader for webpack allows this behaviour see docs.
The text was updated successfully, but these errors were encountered:
It appears to be a limitation of our Vue plugin. I'm not familiar enough with the Vue compiler to add but I'd love to review if anyone can submit a PR.
In snowpack it is not clear how to enable css modules for
.vue
files using themodule
attribute.Usage example:
Using the above with snowpack the app throws an error in the browser:
Vue-loader for webpack allows this behaviour see docs.
The text was updated successfully, but these errors were encountered: