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
Hi,
I know that the composition API of Vue is better, but a big parts of my project is already done and uses options API. I have some difficulties with the implementation of the component that way. The component names that are rendered inside of the panels are used as strings. But when I import them, I get errors from eslint that there are never used. Of course, this error can be disables, but this is not a good way. Also the component must be added to the section "components", but this also is causing and error. Is it possible to have an example that is using an options API for Vue 3? I want to understand what is the right way to do it, together with the options API.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I know that the composition API of Vue is better, but a big parts of my project is already done and uses options API. I have some difficulties with the implementation of the component that way. The component names that are rendered inside of the panels are used as strings. But when I import them, I get errors from eslint that there are never used. Of course, this error can be disables, but this is not a good way. Also the component must be added to the section "components", but this also is causing and error. Is it possible to have an example that is using an options API for Vue 3? I want to understand what is the right way to do it, together with the options API.
Beta Was this translation helpful? Give feedback.
All reactions