diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-29 14:37:08 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-03 11:40:06 -0400 |
| commit | 220a7e89d5087af3989975cb326cd4d8f60cbc6a (patch) | |
| tree | f14e10cc1f5168b387b99ff2511e47d5de17563a /src/main.js | |
| parent | abad528dd4885265f5d80056d430eb0341022a99 (diff) | |
use native scrollbar
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js index e01c921c..92f843b1 100644 --- a/src/main.js +++ b/src/main.js @@ -16,7 +16,6 @@ import reportsModule from './modules/reports.js' import VueTimeago from 'vue-timeago' import VueI18n from 'vue-i18n' -import Vuebar from 'vuebar' import createPersistedState from './lib/persisted_state.js' import pushNotifications from './lib/push_notifications_plugin.js' @@ -43,7 +42,6 @@ Vue.use(VueTimeago, { Vue.use(VueI18n) Vue.use(VueChatScroll) Vue.use(VueClickOutside) -Vue.use(Vuebar) const i18n = new VueI18n({ // By default, use the browser locale, we will update it if neccessary |
