UNPKG

s-wheels-ui

Version:
18 lines (15 loc) 230 B
--- title: 快速上手 --- # 快速上手 以Button组件为例子 ````js import { Button } from 's-wheels-ui'; import Vue from 'vue'; new Vue({ el: '#app', components: { 's-button': Button } }) ````