vuex-orm / vuex-orm-examples-nuxt

The example Nuxt application to demonstrate the use case of the Vuex ORM.
70 stars 21 forks source link

Store classic mode deprecated #1

Closed smnscp closed 5 years ago

smnscp commented 5 years ago

Since the Vuex store is configured in classic mode we get a warning in the console saying “Classic mode for store/ is deprecated and will be removed in Nuxt 3.” We should adjust store/index.js to use modules mode and export plugins.

ml-haivx commented 5 years ago

I'm also having trouble implementing Vue-orm with Modules mode. Would you be able to provide a sample?

smnscp commented 5 years ago

Hi @ml-haivx, please take a look at my pull request #2. You can just apply these changes in your project and it should work.

kiaking commented 5 years ago

Sorry it took so long but the issue is resolved by #2! Thanks to @smnscp 👍