We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i make the code work?
The text was updated successfully, but these errors were encountered:
that's because import from vue doesn't contain compiler
import from vue
skypackjs/skypack-cdn#78
so if you want to run vue2 in browser you need
import Vue from 'https://esm.sh/vue/dist/vue.esm.browser.min.js'
Sorry, something went wrong.
please check https://esm.sh/?test, vue2/vue3 can work fine.
No branches or pull requests
how can i make the code work?
The text was updated successfully, but these errors were encountered: