perf: 🚀PageSearch组件优化,扩展表单控件,支持事件监听

This commit is contained in:
超凡
2025-03-26 01:45:53 +08:00
parent a019382596
commit 35cae9cc3e
5 changed files with 250 additions and 188 deletions

View File

@@ -1,4 +1,6 @@
import { createApp } from "vue";
// TODO::不引入el-input-tag样式会丢失
import "element-plus/es/components/input-tag/style/css";
import App from "./App.vue";
import setupPlugins from "@/plugins";