cthep-ui-vue3
v1.0.25
Published
Vue 3 试题组件库
Readme
cthep-ui-vue3
Vue 3 试题组件库
安装
npm install cthep-ui-vue3使用
import { createApp } from 'vue'
import CthepUI from 'cthep-ui-vue3'
import 'cthep-ui-vue3/dist/cthep-ui-vue3.css'
import 'element-plus/dist/index.css'
const app = createApp(App)
app.use(CthepUI)依赖
- Vue 3
- Element Plus
- vue-uuid
