Wot Design Uni是一个基于Wot-design开发的uni-app组件库
文档
yarn add wot-design-uni
import Vue from 'vue' import WotDesign from 'wot-design' Vue.use(WotDesign) // or import { Button, Swipe } from 'wot-design' Vue.use(Button) Vue.use(Swipe)
详细说明见 快速上手 in our documentation.
MIT