Commit 480911bd44b4026de84dd1dc08657668472e7fb7

Authored by young
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 116 Tree,
117 117 Upload
118 118 };
119   -const defaultOptions = {
  119 +let defaultOptions = {
120 120 componentPrefix: 'i'
121 121 }
122 122 const install = function (Vue, opts = {}) {
... ...