Commit 34801a2d authored by Pooya Parsa's avatar Pooya Parsa

nuxt rc.5

parent 1d8d6d9c
...@@ -36,9 +36,9 @@ module.exports = { ...@@ -36,9 +36,9 @@ module.exports = {
'@nuxtjs/component-cache' '@nuxtjs/component-cache'
], ],
plugins: [ plugins: [
'~plugins/vuex-router-sync', '~/plugins/vuex-router-sync',
'~plugins/filters', '~/plugins/filters',
'~plugins/components' '~/plugins/components'
], ],
router: { router: {
middleware: ['https'] middleware: ['https']
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"@nuxtjs/component-cache": "^1.0.0", "@nuxtjs/component-cache": "^1.0.0",
"@nuxtjs/pwa": "latest", "@nuxtjs/pwa": "latest",
"firebase": "^4.2.0", "firebase": "^4.2.0",
"nuxt": "1.0.0-rc4", "nuxt": "1.0.0-rc5",
"stylus": "^0.54.5", "stylus": "^0.54.5",
"stylus-loader": "^3.0.1", "stylus-loader": "^3.0.1",
"vuex-router-sync": "^4.2.0" "vuex-router-sync": "^4.2.0"
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment