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
I have run a fresh install through the Vue UI using the Nativescript-Vue-Web starting template and have encountered the following errors when running npm run serve:web:
This is my App.vue:
This is the component HelloWorld.vue:
And this is what is rendered:
Indeed, the <Page>, <ActionBar>, and <GridLayout> are not rendered as I would expect.
Can someone help me understand whether the Nativescript-Vue-Web starting template supports these custom elements, and if so, how to fix this?
I am using:
Vue v2
Typescript with class based components
Nativescript-Vue-Web starting template
Thanks very much!
The text was updated successfully, but these errors were encountered:
I have run a fresh install through the Vue UI using the Nativescript-Vue-Web starting template and have encountered the following errors when running
npm run serve:web
:This is my
App.vue
:This is the component
HelloWorld.vue
:And this is what is rendered:
Indeed, the
<Page>
,<ActionBar>
, and<GridLayout>
are not rendered as I would expect.Can someone help me understand whether the Nativescript-Vue-Web starting template supports these custom elements, and if so, how to fix this?
I am using:
Thanks very much!
The text was updated successfully, but these errors were encountered: