本章节待完善
请参考 安装 章节
import {Button} from 'rourou-ui' import Vue from 'vue' new Vue({ el: '#app', components: { 'g-button':Button } })
← 安装 Button →