入门
组件
//例如要引入 Button 组件 import { Button } from 'sakura_ui'; new Vue({ el: '#app', components: { 's-button':Button }, template: '<s-button>设置</s-button>' })
← 安装 Grid 网格 →