install portal vue
This commit is contained in:
parent
0ecf23881d
commit
5740123ee6
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue