mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix entry file
This commit is contained in:
parent
de7d77f201
commit
37451133f5
@ -67,7 +67,6 @@ import Tag from './tag';
|
||||
import Toast from './toast';
|
||||
import TreeSelect from './tree-select';
|
||||
import Uploader from './uploader';
|
||||
import VantCss from './vant-css';
|
||||
import Waterfall from './waterfall';
|
||||
|
||||
const version = '1.4.0';
|
||||
@ -138,8 +137,7 @@ const components = [
|
||||
Tag,
|
||||
Toast,
|
||||
TreeSelect,
|
||||
Uploader,
|
||||
VantCss
|
||||
Uploader
|
||||
];
|
||||
|
||||
const install = Vue => {
|
||||
@ -224,7 +222,6 @@ export {
|
||||
Toast,
|
||||
TreeSelect,
|
||||
Uploader,
|
||||
VantCss,
|
||||
Waterfall
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user