Skip to content
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

vue.reactive is not a function (Nuxtjs, Typescript) #406

Open
tahadostifam opened this issue Apr 21, 2022 · 0 comments
Open

vue.reactive is not a function (Nuxtjs, Typescript) #406

tahadostifam opened this issue Apr 21, 2022 · 0 comments

Comments

@tahadostifam
Copy link

I wanna use this package for making a store in my Typescript based Nuxt project.
But i get a error! its just say vue.reactive is not a function.

Info

nuxt: "2.15.8"
vue: "2.6.14"

store.ts

import { Module, VuexModule } from 'vuex-module-decorators'

@Module
export default class MyModule extends VuexModule {
  someField: string = 'somedata'
}

Error

Screenshot from 2022-04-21 17-15-16

Can anyone help me please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant