/** * Created by Andste on 2018/7/9. * 注册Vant组件 */ import Vue from 'vue' import {Grid,GridItem,Empty} from 'vant' Vue.use(Grid).use(GridItem).use(Empty)