From dcf9d42a7ba20ef60e633c2248c3b70e77fb6dba Mon Sep 17 00:00:00 2001 From: rzzf Date: Tue, 4 Nov 2025 18:23:01 +0800 Subject: [PATCH] chore(play): import the missing light theme variables (#22687) --- play/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/play/main.ts b/play/main.ts index 7885dc29eb..19557299b5 100644 --- a/play/main.ts +++ b/play/main.ts @@ -1,4 +1,5 @@ import { Component, createApp } from 'vue' +import '@element-plus/theme-chalk/src/var.scss' import '@element-plus/theme-chalk/src/dark/css-vars.scss' import '@element-plus/theme-chalk/src/notification.scss' import '@element-plus/theme-chalk/src/message-box.scss'