0.1.2 • Published 5 years ago
my_project04 v0.1.2
my_project04
Project setup
xu-ui 使用说明
npm i xu-ui
安装
###. 引入使用
import Vue from 'vue'
import xuui from 'xu-ui'
import 'xuui/lib/xuui.css'
Vue.use(xuui)
###. 使用组件
<xu-button type="success">成功按钮</xu-button>
<xu-input placeholder="请输入内容"></xu-input>
<xu-input v-model='username'></xu-input>