请参考安装章节
import { Button } from 'gulu-vue' import 'gulu-vue/dist/index.css' // 需手动引入CSS import Vue from 'vue' new Vue({ el: '#app', components: { gButton: Button } })
← 安装 Icon-图标 →