diff --git a/build/bin/build-entry.js b/build/bin/build-entry.js index 3cb84161a..1eb734fc6 100644 --- a/build/bin/build-entry.js +++ b/build/bin/build-entry.js @@ -16,9 +16,9 @@ const install = function(Vue) { }; // auto install -// if (typeof window !== 'undefined' && window.Vue) { -// install(window.Vue); -// } +if (typeof window !== 'undefined' && window.Vue) { + install(window.Vue); +} module.exports = { install, diff --git a/packages/zanui-css/package.json b/packages/zanui-css/package.json index 6d9a834c9..f2e7daf0d 100644 --- a/packages/zanui-css/package.json +++ b/packages/zanui-css/package.json @@ -1,6 +1,6 @@ { "name": "@youzan/zanui-css", - "version": "0.0.11", + "version": "0.0.12", "description": "zanui css.", "main": "lib/index.css", "style": "lib/index.css", diff --git a/src/index.js b/src/index.js index 3d8d45bdb..4a351e546 100644 --- a/src/index.js +++ b/src/index.js @@ -49,13 +49,13 @@ const install = function(Vue) { }; // auto install -// if (typeof window !== 'undefined' && window.Vue) { -// install(window.Vue); -// } +if (typeof window !== 'undefined' && window.Vue) { + install(window.Vue); +} module.exports = { install, - version: '0.0.11', + version: '0.0.12', Button, Switch, Field,