fix: update

This commit is contained in:
lrl 2022-03-30 12:13:31 +08:00
parent c5dccc05af
commit 574a2550f5
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import ElementPlus from "unplugin-element-plus/vite";
import { visualizer } from "rollup-plugin-visualizer"; import { visualizer } from "rollup-plugin-visualizer";
import removeConsole from "vite-plugin-remove-console"; import removeConsole from "vite-plugin-remove-console";
import themePreprocessorPlugin from "@pureadmin/theme"; import themePreprocessorPlugin from "@pureadmin/theme";
import { genScssMultipleScopeVars } from "../src/plugins/vxe-table/theme"; import { genScssMultipleScopeVars } from "/@/layout/theme/theme";
export function getPluginsList(command, VITE_LEGACY) { export function getPluginsList(command, VITE_LEGACY) {
const prodMock = true; const prodMock = true;