0👍
Thanks to Ifaruki, the solution was easy (a typo change):
I have to change my import in App.vue
from this :
import Navbar from '@/components/Navbar.vue'
to
import Navbar from '@/components/NavBar.vue'
- [Vuejs]-JQuery has outdated data after vue changes
- [Vuejs]-Can i reference global variables in a composable function?
Source:stackexchange.com