Add nuxt-module for moment and remove vue-moment
This commit is contained in:
+1
-2
@@ -26,8 +26,7 @@ module.exports = {
|
||||
{src: '~/plugins/vuetify.js', ssr: false},
|
||||
{src: '~/plugins/graph-routing.js', ssr: false},
|
||||
{src: '~/plugins/app-components.js', ssr: false},
|
||||
{src: '~/plugins/vue-lazyload.js', ssr: false},
|
||||
{src: '~/plugins/vue-moment.js', ssr: false}
|
||||
{src: '~/plugins/vue-lazyload.js', ssr: false}
|
||||
],
|
||||
router: {
|
||||
middleware: ['auth']
|
||||
|
||||
Reference in New Issue
Block a user