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
@aalonzi try removing the import of your component
import{TabView,TabViewItem}from"@nativescript/core";// <----- Remove this line
I try also it, but I have these error: [Vue warn]: Failed to resolve component: TabViewItem If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. at <Tabs>
Hi to all,
I try to use TabView on Vue3, but I have these error message:
TypeError: Class constructor TabView cannot be invoked without 'new'
I use html code from https://v8.docs.nativescript.org/ui-and-styling.html#tabview and vue3 template from @nativescript-vue/template-blank@beta
Can you help me?
The text was updated successfully, but these errors were encountered: