fix: const to let

This commit is contained in:
young 2017-03-14 14:58:38 +08:00
parent 51155ea812
commit 480911bd44

View file

@ -116,7 +116,7 @@ const iview = {
Tree, Tree,
Upload Upload
}; };
const defaultOptions = { let defaultOptions = {
componentPrefix: 'i' componentPrefix: 'i'
} }
const install = function (Vue, opts = {}) { const install = function (Vue, opts = {}) {