Skip to content

Commit

Permalink
tag 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ottoeriso committed Sep 17, 2020
1 parent 5a00c00 commit 96ba060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import Avue from '@smallwei/avue'
import '@smallwei/avue/lib/index.css'
import avueFormDesign from 'pig-avue-form-design'
import AvueFormDesign from '@sscfaith/avue-form-design'
import './permission' // 权限
import './error' // 日志
import router from './router/router'
Expand Down Expand Up @@ -37,7 +37,7 @@ Vue.use(Avue, {

Vue.use(router)

Vue.use(avueFormDesign);
Vue.use(AvueFormDesign);

// 注册全局容器
Vue.component('basicContainer', basicContainer)
Expand Down

0 comments on commit 96ba060

Please sign in to comment.