Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit afe1c6c

Browse files
Pooya Parsaclarkdo
Pooya Parsa
authored andcommittedMay 13, 2019
fix(antd-ui): register plugin only once (#233)
1 parent 7e533dd commit afe1c6c

File tree

1 file changed

+1
-3
lines changed
  • template/frameworks/ant-design-vue/plugins

1 file changed

+1
-3
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import Vue from 'vue'
22
import Antd from 'ant-design-vue/lib'
33

4-
export default () => {
5-
Vue.use(Antd)
6-
}
4+
Vue.use(Antd)

0 commit comments

Comments
 (0)
This repository has been archived.