fix: const to let
This commit is contained in:
parent
51155ea812
commit
480911bd44
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ const iview = {
|
|||
Tree,
|
||||
Upload
|
||||
};
|
||||
const defaultOptions = {
|
||||
let defaultOptions = {
|
||||
componentPrefix: 'i'
|
||||
}
|
||||
const install = function (Vue, opts = {}) {
|
||||
|
|
Loading…
Add table
Reference in a new issue