nuxt-community / moment-module

Efficient Moment.js integration for Nuxt
MIT License
195 stars 12 forks source link

can't use in store. #3

Closed dasisyouyu closed 5 years ago

dasisyouyu commented 6 years ago

If you want to use this module in the store, you need to install the moment module separately.

Is the method correct in the following?

yarn add vue-moment
yarn add @nuxtjs/moment

nuxt.config.js

 modules: [
    ['@nuxtjs/moment', { locales: ['es-us', 'ru'], plugin: false }]
 ]