Closed dasisyouyu closed 5 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 }] ]
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?
nuxt.config.js