0👍
Make sure you imported it first with:
import Navbar from '@/components/Navbar.vue'
and then registered:
export default {
components: {
Navbar
}
}
Source:stackexchange.com
0👍
Make sure you imported it first with:
import Navbar from '@/components/Navbar.vue'
and then registered:
export default {
components: {
Navbar
}
}