以Button组件为例子
import {Button} from 's-wheels-ui' import Vue from 'vue' new Vue({ el: '#app', components: { 's-button':Button } })
← 安装 Button 按钮 →