chenhaodong
/
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
480911bd44b4026de84dd1dc08657668472e7fb7
Authored by
young
2017-03-14 14:58:38 +0800
1 parent
51155ea8
fix: const to let
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/index.js
Inline
Side-by-side
src/index.js
Wrap text
Show/Hide comments
View file @
480911b
...
...
@@ -116,7 +116,7 @@ const iview = {
116
116
Tree,
117
117
Upload
118
118
};
119
-
cons
t defaultOptions = {
119
+
le
t defaultOptions = {
120
120
componentPrefix: 'i'
121
121
}
122
122
const install = function (Vue, opts = {}) {
...
...