-
Hello! I'm working on a Vue 3 with Composition API project. I'm currently trying to use the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi
Props autocompletion and typechecking is an separate issue. Please create an issue in https://github.com/fluent-vue/fluent-vue repository. |
Beta Was this translation helpful? Give feedback.
Hi
<i18n>
component is automatically imported and registered globally whenapp.use(fluent)
is called. eslint is not aware of that, so the only way to fix eslint is to add this component as an exception to thevue/no-undef-components
rule.Props autocompletion and typechecking is an separate issue. Please create an issue in https://github.com/fluent-vue/fluent-vue repository.