一款vue组件库
vue
ts
npm i ko-vue-ui -S
import Vue from 'vue' import koui from 'ko-vue-ui' import 'ko-vue-ui/dist/ko-vue-ui.css'; Vue.use(koui)