feat: bubble 组件调整

This commit is contained in:
rd
2025-08-21 16:26:57 +08:00
parent df01af0656
commit cb9b0715b1
10 changed files with 302 additions and 38 deletions

View File

@ -17,6 +17,10 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
const setServer = setServerConfig({ env });
return {
define: {
__VUE_PROD_DEVTOOLS__: false,
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false,
},
css: {
preprocessorOptions: {
scss: {