diff options
| author | Zephyrrus <[email protected]> | 2020-07-09 02:23:32 +0300 |
|---|---|---|
| committer | Zephyrrus <[email protected]> | 2020-07-09 02:23:32 +0300 |
| commit | da703de1d0ff6ed9149b2a74ebddfe11952edfa7 (patch) | |
| tree | 321c2a17a869e748c464626ea11eefc83a12d9e8 | |
| parent | feat: add lolisafe as a color to bulma instead of doing weird hacks (diff) | |
| download | host.fuwn.me-da703de1d0ff6ed9149b2a74ebddfe11952edfa7.tar.xz host.fuwn.me-da703de1d0ff6ed9149b2a74ebddfe11952edfa7.zip | |
fix: register handler as a plugin
| -rw-r--r-- | nuxt.config.js | 1 |
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'], |