Skip to content

Commit

Permalink
fe:移除额外插件
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiazhang committed Sep 24, 2021
1 parent 29801cb commit c573aef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ import router from './router'
import store from './store'
import lazyPlugin from 'vue3-lazy';
import loadingDirective from '@/components-base/loading/directive'
import Notifications from 'vue3-vt-notifications'

import '@/common/stylus/index.styl'

const app = createApp(App)

app.use(store)
app.use(router)
app.use(Notifications)
app.use(lazyPlugin, {
loading: require('@/common/image/default.png'),
error: ''
Expand Down

0 comments on commit c573aef

Please sign in to comment.