diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-11 08:30:35 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-15 21:22:40 -0400 |
| commit | 1727c815f8bb9651a687d4329c4e7e13b7f1983d (patch) | |
| tree | 8eb2099670caa617b9d9f96a27995d1dbda665c6 /src/main.js | |
| parent | f734a721165537b587495498c3e7c3d80eb179e7 (diff) | |
install v-tooltip
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js index 3287fa2b..b3256e8e 100644 --- a/src/main.js +++ b/src/main.js @@ -26,6 +26,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 VTooltip from 'v-tooltip' import afterStoreSetup from './boot/after_store.js' @@ -37,6 +38,7 @@ Vue.use(VueI18n) Vue.use(VueChatScroll) Vue.use(VueClickOutside) Vue.use(PortalVue) +Vue.use(VTooltip) const i18n = new VueI18n({ // By default, use the browser locale, we will update it if neccessary |
