0.1.0 • Published 4 years ago
youyou-ui v0.1.0
youyou UI组件库demo
安装依赖
npm install使用
import HhUi from 'hh-ui' //全局引入
// import { Button } from 'hh-ui' //按需引入
Vue.use(HhUi)
// Vue.use(Button) <template>
<Button type="primary" />
</template> npm installimport HhUi from 'hh-ui' //全局引入
// import { Button } from 'hh-ui' //按需引入
Vue.use(HhUi)
// Vue.use(Button) <template>
<Button type="primary" />
</template>