at resources/js/Layouts/AppLayout.vue
at resources/js/Pages/Dashboard.vue
1) Method "route" has already been defined as a prop.
2) Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated: "route"
`import {VueTabs, VTab} from 'vue-nav-tabs/dist/vue-tabs.js'`
```
components: {
VueTabs,
VTab
},
```
```
First tab content
Second tab content
Third tab content
```
Got errors in console:
found in
--->