You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at resources/js/Layouts/AppLayout.vue
at resources/js/Pages/Dashboard.vue
Method "route" has already been defined as a prop.
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
},
<vue-tabs>
<v-tab title="First tab">
First tab content
</v-tab>
<v-tab title="Second tab">
Second tab content
</v-tab>
<v-tab title="Third tab">
Third tab content
</v-tab>
</vue-tabs>
The text was updated successfully, but these errors were encountered:
Got errors in console:
found in
--->
at resources/js/Layouts/AppLayout.vue
at resources/js/Pages/Dashboard.vue
Method "route" has already been defined as a prop.
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'
The text was updated successfully, but these errors were encountered: