Relative Content

Tag Archive for vue.jsvuejs3vue-composition-api

Importing components in Vue 3 using composition API

I am new to Vue3 composition API and I created a NavigationBase component using composition API.I need to import this component in App.vue to have the NavigationBase appear on all pages. However, the only thing that works for me is this: