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

Commit 7ab985d

Browse files
Pooya Parsaclarkdo
Pooya Parsa
authored andcommitted
fix(iview): register plugin only once (#234)
1 parent afe1c6c commit 7ab985d

File tree

1 file changed

+3
-5
lines changed
  • template/frameworks/iview/plugins

1 file changed

+3
-5
lines changed

template/frameworks/iview/plugins/iview.js

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import Vue from "vue";
22
import iView from "iview";
33
import locale from "iview/dist/locale/en-US"; // Change locale, check node_modules/iview/dist/locale
44

5-
export default () => {
6-
Vue.use(iView, {
7-
locale
8-
});
9-
}
5+
Vue.use(iView, {
6+
locale
7+
});

0 commit comments

Comments
 (0)