import Vue from 'vue'; import { Toast, Loading } from 'vant'; import 'vant/lib/index.css' Vue.use(Toast); Vue.use(Loading);