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
Currently CIcon fails to work on vue3. When I try to import it into a Vue 3 project I get the following error:
Uncaught (in promise) TypeError: _vm._self is undefined render VueJS renderComponentRoot runtime-core.esm-bundler.js:761 componentUpdateFn runtime-core.esm-bundler.js:4531 run reactivity.esm-bundler.js:160 setupRenderEffect runtime-core.esm-bundler.js:4657 mountComponent runtime-core.esm-bundler.js:4440 processComponent runtime-core.esm-bundler.js:4398 patch runtime-core.esm-bundler.js:3993 mountChildren runtime-core.esm-bundler.js:4189
Not sure if CIcon supports Vue 3 and I'm just importing something wrong, or if it needs to be added.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently CIcon fails to work on vue3. When I try to import it into a Vue 3 project I get the following error:
Not sure if CIcon supports Vue 3 and I'm just importing something wrong, or if it needs to be added.
The text was updated successfully, but these errors were encountered: