0👍
✅
Figured it out, basically I just didn’t realise you had to include the following:
export default {
name: 'App',
components: {
Navbar
}
}
Hope this can help someone!
Source:stackexchange.com