Commit 480911bd44b4026de84dd1dc08657668472e7fb7
1 parent
51155ea8
fix: const to let
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/index.js
@@ -116,7 +116,7 @@ const iview = { | @@ -116,7 +116,7 @@ const iview = { | ||
116 | Tree, | 116 | Tree, |
117 | Upload | 117 | Upload |
118 | }; | 118 | }; |
119 | -const defaultOptions = { | 119 | +let defaultOptions = { |
120 | componentPrefix: 'i' | 120 | componentPrefix: 'i' |
121 | } | 121 | } |
122 | const install = function (Vue, opts = {}) { | 122 | const install = function (Vue, opts = {}) { |