fix entry file

This commit is contained in:
陈嘉涵 2018-11-04 21:20:39 +08:00
parent de7d77f201
commit 37451133f5

View File

@ -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
};