Skip to content

Commit c98bf68

Browse files
fix: remove plugin useless code
1 parent c205589 commit c98bf68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ import App from './App.vue'
44
import router from './router'
55
import store from './store'
66

7-
import MyPlugin from './plugins/my-plugin'
8-
97
Vue.use(BootstrapVue)
10-
Vue.use(MyPlugin)
118

129
Vue.config.productionTip = false
1310
Vue.prototype.$log = console.log

0 commit comments

Comments
 (0)