vue-vant.js 166 B

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