aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-05-20 16:19:59 -0400
committertaehoon <th.dev91@gmail.com>2019-06-06 13:37:26 -0400
commit5740123ee68fe59891b87bcaad297dc929346545 (patch)
treea5e749d2be29239d2993a6bca2d7f0a0d0f2c825 /src
parent0ecf23881d1eea4ed46f151eaee2164ff390c926 (diff)
install portal vue
Diffstat (limited to 'src')
-rw-r--r--src/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 92f843b1..e12db6a3 100644
--- a/src/main.js
+++ b/src/main.js
@@ -24,6 +24,7 @@ import messages from './i18n/messages.js'
import VueChatScroll from 'vue-chat-scroll'
import VueClickOutside from 'v-click-outside'
+import PortalVue from 'portal-vue'
import afterStoreSetup from './boot/after_store.js'
@@ -42,6 +43,7 @@ Vue.use(VueTimeago, {
Vue.use(VueI18n)
Vue.use(VueChatScroll)
Vue.use(VueClickOutside)
+Vue.use(PortalVue)
const i18n = new VueI18n({
// By default, use the browser locale, we will update it if neccessary