引入Lemon UI
import {Button} from 'lemon1' import Vue from 'vue' new Vue({ el: '#app', components: { 'g-button':Button } })
← 安装 Button 按钮 →