Skip to content
On this page

快速上手

js
npm install zl-vue3-ui
js
//main.js
import ZUI from "zl-vue3-ui";
import "../node_modules/zl-vue3-ui/dist/style.css";
const app = createApp(App);
app.use(ZUI);
app.mount("#app");
js
// 支持按需引入
import { zSearch } from "zl-vue3-ui";