mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[build] 0.0.12
This commit is contained in:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user