vant.js 72 B

1234567
  1. import Vue from 'vue'
  2. import {
  3. Button
  4. } from 'vant'
  5. Vue.use(Button)