介绍
入门
组件
参考安装章节
import { Button } from "gulu-ui" import "gulu-ui/dist/index.css" export default { name: 'app', components: { "g-button": Button }
*, *::before, *::after{ box-sizing: border-box; }
← 安装 Button 按钮 →