d2-admin/src.mobile/vant.js

8 lines
72 B
JavaScript
Raw Normal View History

import Vue from 'vue'
import {
Button
} from 'vant'
Vue.use(Button)