aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZephyrrus <[email protected]>2020-07-09 02:23:32 +0300
committerZephyrrus <[email protected]>2020-07-09 02:23:32 +0300
commitda703de1d0ff6ed9149b2a74ebddfe11952edfa7 (patch)
tree321c2a17a869e748c464626ea11eefc83a12d9e8
parentfeat: add lolisafe as a color to bulma instead of doing weird hacks (diff)
downloadhost.fuwn.me-da703de1d0ff6ed9149b2a74ebddfe11952edfa7.tar.xz
host.fuwn.me-da703de1d0ff6ed9149b2a74ebddfe11952edfa7.zip
fix: register handler as a plugin
-rw-r--r--nuxt.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js
index b21d90b..19176e0 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -69,6 +69,7 @@ export default {
'~/plugins/vuebar',
'~/plugins/nuxt-client-init',
'~/plugins/notifier',
+ '~/plugins/handler',
],
css: [],
modules: ['@nuxtjs/axios', 'cookie-universal-nuxt'],