一个基于 Vue 3开发的跨端组件库
npm install --save oteui
import OteUI from "oteui"
app.use(OteUI)<script setup lang="ts">
import { OteSwitch } from "oteui"
</script>或
<script setup lang="ts">
import { OteSwitch } from "oteui/src/components/Switch"
</script>最后,还需要引入样式文件:
import "oteui/dist/index.css"下面是具体的组件清单:
MIT License
Copyright (c) zxl20070701 走一步,再走一步
