vuex-module-decorators icon indicating copy to clipboard operation
vuex-module-decorators copied to clipboard

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

Open tahadostifam opened this issue 2 years ago • 0 comments

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?

tahadostifam avatar Apr 21 '22 12:04 tahadostifam