vant.js 96 B

1234
  1. import Vue from 'vue';
  2. import { Toast } from 'vant';
  3. import 'vant/lib/index.css'
  4. Vue.use(Toast);