快速上手

import {Button} from 'wheel-lsy'
import 'wheel-lsy/dist/index.css'
import Vue from 'vue'

new Vue({
  el: '#app',
  components: {
    'lv-button':Button
  }
})