[build] 0.0.12

This commit is contained in:
cookfront 2017-03-02 19:43:03 +08:00
parent 448d920c64
commit b9d34f95b5
3 changed files with 8 additions and 8 deletions

View File

@ -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,

View File

@ -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",

View File

@ -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,