mint-ui.js 94 B

1234
  1. import Vue from 'vue'
  2. import Mint from 'mint-ui'
  3. import 'mint-ui/lib/style.css'
  4. Vue.use(Mint)