Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ERROR [Vue warn]: The "data" option should be a function that returns a per-instance value in component definitions. 21:12:27
  2.  
  3.  
  4. ERROR [Vue warn]: Property or method "isActive" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.
  5.  
  6. found in
  7.  
  8. ---> <Navigation> at components/Navigation.vue
  9. <Pages/index.vue> at pages/index.vue
  10. <Nuxt>
  11. <Layouts/default.vue> at layouts/default.vue
  12. <Root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement