mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-07 21:19:45 +08:00
[release] 1.4.0
This commit is contained in:
parent
64e518180d
commit
de7d77f201
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vant",
|
"name": "vant",
|
||||||
"version": "1.3.10",
|
"version": "1.4.0",
|
||||||
"description": "Lightweight Mobile UI Components built on Vue",
|
"description": "Lightweight Mobile UI Components built on Vue",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
@ -67,9 +67,10 @@ import Tag from './tag';
|
|||||||
import Toast from './toast';
|
import Toast from './toast';
|
||||||
import TreeSelect from './tree-select';
|
import TreeSelect from './tree-select';
|
||||||
import Uploader from './uploader';
|
import Uploader from './uploader';
|
||||||
|
import VantCss from './vant-css';
|
||||||
import Waterfall from './waterfall';
|
import Waterfall from './waterfall';
|
||||||
|
|
||||||
const version = '1.3.10';
|
const version = '1.4.0';
|
||||||
const components = [
|
const components = [
|
||||||
Actionsheet,
|
Actionsheet,
|
||||||
AddressEdit,
|
AddressEdit,
|
||||||
@ -137,7 +138,8 @@ const components = [
|
|||||||
Tag,
|
Tag,
|
||||||
Toast,
|
Toast,
|
||||||
TreeSelect,
|
TreeSelect,
|
||||||
Uploader
|
Uploader,
|
||||||
|
VantCss
|
||||||
];
|
];
|
||||||
|
|
||||||
const install = Vue => {
|
const install = Vue => {
|
||||||
@ -222,6 +224,7 @@ export {
|
|||||||
Toast,
|
Toast,
|
||||||
TreeSelect,
|
TreeSelect,
|
||||||
Uploader,
|
Uploader,
|
||||||
|
VantCss,
|
||||||
Waterfall
|
Waterfall
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user