From 480911bd44b4026de84dd1dc08657668472e7fb7 Mon Sep 17 00:00:00 2001 From: young Date: Tue, 14 Mar 2017 14:58:38 +0800 Subject: [PATCH] fix: const to let --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 739d009..4a527b7 100644 --- a/src/index.js +++ b/src/index.js @@ -116,7 +116,7 @@ const iview = { Tree, Upload }; -const defaultOptions = { +let defaultOptions = { componentPrefix: 'i' } const install = function (Vue, opts = {}) { -- libgit2 0.21.4