crane-ui-plus
v4.0.1
Published
<p align="center"> <img src="https://s2.loli.net/2022/04/19/m4aqSs6DINYCLjG.png"> </p> <p align="center"> <a href="https://www.npmjs.org/package/undraw-ui"> <img src="https://img.shields.io/npm/v/undraw-ui.svg"> </a> <a href="https
Downloads
5
Readme
🔥功能
折叠、评论、锚点、搜索
- 折叠
- 评论
搜索(input关键词动态滚动)
锚点
入门
请遵循https://undraw.gitee.io/undraw-ui/上的文档!
地址
安装
使用npm
安装
npm i [email protected]
使用
- 在
main.ts
中引入组件
import { createApp } from 'vue'
import App from './App.vue'
import UndrawUi from 'undraw-ui'
import 'undraw-ui/dist/style.css'
const app = createApp(App)
app.use(UndrawUi)
app.mount('#app')