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
@menglingbujie You can use nuxt-property-decorator over vue-property-decorator if you want to use Nuxt component options directly in the class instead of component options :
Describe the bug
Hey guys, I don't understand why the 'asyncData' function doesn't work?
Anybody know that?
In class api
asyncData(){
console.log("===asyncData"); // no log
}
created(){
console.log("===created"); // display "===created"
}
The text was updated successfully, but these errors were encountered: