-
Notifications
You must be signed in to change notification settings - Fork 581
Open
Labels
🐞 bugSomething isn't workingSomething isn't working🧐 unconfirmedwaiting to be confirmedwaiting to be confirmed
Description
tdesign-vue-next 版本
1.16.0
重现链接
No response
重现步骤
vite.config.js:
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
export default defineConfig({
plugins: [vue()],
css: {
preprocessorOptions: {
less: {
modifyVars: {
"@Prefix": "r",
},
javascriptEnabled: true,
},
},
},
});
App.vue:
Home.Vue:
期望结果
loading相关dom的class前缀均以r-开头
实际结果
仅部分以r-开头,具体dom如下:
框架版本
Vue(3.5.24)
浏览器版本
Chrome(142.0.7444.176)
系统版本
Windows(x64)
Node版本
22.16.0
补充说明
No response
Copilot
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working🧐 unconfirmedwaiting to be confirmedwaiting to be confirmed
