Skip to content

Commit

Permalink
fix(antd-ui): register plugin only once (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa authored and clarkdo committed May 13, 2019
1 parent 7e533dd commit afe1c6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions template/frameworks/ant-design-vue/plugins/antd-ui.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import Vue from 'vue'
import Antd from 'ant-design-vue/lib'

export default () => {
Vue.use(Antd)
}
Vue.use(Antd)

0 comments on commit afe1c6c

Please sign in to comment.