import {Button} from 'wheel-lsy' import 'wheel-lsy/dist/index.css' import Vue from 'vue' new Vue({ el: '#app', components: { 'lv-button':Button } })
← 安装 按钮-button →