Skip to content
New issue

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

Enhancement: Update readme for Vue3 usage #1185

Closed
verena-ifx opened this issue Apr 22, 2024 · 1 comment
Closed

Enhancement: Update readme for Vue3 usage #1185

verena-ifx opened this issue Apr 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@verena-ifx
Copy link
Contributor

Using Vue3 with Vite led to some warnings. This can be solved by setting a compiler option in vite.config.js
Update readme information accordingly:

plugins: [
vue({
template: {
compilerOptions: {
// treat all tags with a dash as custom elements
isCustomElement: (tag) => tag.includes('ifx-'),
},
},
}),
],
@verena-ifx verena-ifx added the enhancement New feature or request label Apr 22, 2024
@verena-ifx verena-ifx changed the title Enhancement: Update readme for Vue3 Usage Enhancement: Update readme for Vue3 usage Apr 22, 2024
@tishoyanchev
Copy link
Contributor

Updated in another Issue: #1234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants