快速上手

以Button组件为例子

import {Button} from 's-wheels-ui'
import Vue from 'vue'

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