mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[build] 0.0.12
This commit is contained in:
parent
448d920c64
commit
b9d34f95b5
@ -16,9 +16,9 @@ const install = function(Vue) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// auto install
|
// auto install
|
||||||
// if (typeof window !== 'undefined' && window.Vue) {
|
if (typeof window !== 'undefined' && window.Vue) {
|
||||||
// install(window.Vue);
|
install(window.Vue);
|
||||||
// }
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
install,
|
install,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@youzan/zanui-css",
|
"name": "@youzan/zanui-css",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"description": "zanui css.",
|
"description": "zanui css.",
|
||||||
"main": "lib/index.css",
|
"main": "lib/index.css",
|
||||||
"style": "lib/index.css",
|
"style": "lib/index.css",
|
||||||
|
@ -49,13 +49,13 @@ const install = function(Vue) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// auto install
|
// auto install
|
||||||
// if (typeof window !== 'undefined' && window.Vue) {
|
if (typeof window !== 'undefined' && window.Vue) {
|
||||||
// install(window.Vue);
|
install(window.Vue);
|
||||||
// }
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
install,
|
install,
|
||||||
version: '0.0.11',
|
version: '0.0.12',
|
||||||
Button,
|
Button,
|
||||||
Switch,
|
Switch,
|
||||||
Field,
|
Field,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user