入门
组件
import {Button} from 'gilt-ui' import Vue from 'vue' new Vue({ el: '#app', components: { 'g-button':Button } })
← 安装 Button →