release: update 3.9.4

This commit is contained in:
xiaoxian521
2022-12-05 14:33:37 +08:00
parent 1154c0b9f8
commit 23d9cdaf81
11 changed files with 3773 additions and 1839 deletions

View File

@@ -7,7 +7,6 @@ import { getServerConfig } from "./config";
import { createApp, Directive } from "vue";
import { MotionPlugin } from "@vueuse/motion";
// import { useEcharts } from "@/plugins/echarts";
// import { useTable } from "@/plugins/vxe-table";
import { injectResponsiveStorage } from "@/utils/responsive";
// import Table from "@pureadmin/table";
@@ -53,6 +52,5 @@ getServerConfig(app).then(async config => {
// .use(useEcharts);
// .use(Table);
// .use(PureDescriptions);
// .use(useTable);
app.mount("#app");
});