-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got error when I use @Observer before @Component with Nuxtjs #32
Comments
Him-2C
changed the title
I got error when I use @Observer before @Component.
I got error when I use @Observer before @Component with Nuxtjs
Aug 28, 2019
Could u pls provide a minimum reproduction with codesandbox? |
https://codesandbox.io/s/github/Him-2C/nuxt-typescript-check-mobx In page/index.vue |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use Nuxt + typescript and run with 'universal' mode.
I got error when I refresh browser with this code
Is don't have any error when I try with
error TypeError: Cannot convert undefined or null to object
at Function.getOwnPropertyNames ()
at Home.Component._init (vendors.app.js:2672)
at Home.Vue (commons.app.js:16802)
at new Home (inspire.js:64)
at collectDataFromConstructor (vendors.app.js:2692)
at data (vendors.app.js:2767)
at collectData (inspire.js:28)
at VueComponent.data (inspire.js:111)
at VueComponent.Component.options.data (app.js:3171)
at getData (commons.app.js:16467)
The text was updated successfully, but these errors were encountered: