other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d64ad52dec1b386767c003216f37e74f95ef3a73
Authored by
梁灏
2017-11-22 15:19:58 +0800
1 parent
916f3a6c
update index
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/index.js
Inline
Side-by-side
src/index.js
Wrap text
Show/Hide comments
View file @
d64ad52
...
...
@@ -133,6 +133,7 @@ const iview = {
133
133
};
134
134
135
135
const install = function(Vue, opts = {}) {
136
+ if (install.installed) return;
136
137
locale.use(opts.locale);
137
138
locale.i18n(opts.i18n);
138
139
...
...