From e0e86a4c90439802e9b29ad24d1f033b026e4ee2 Mon Sep 17 00:00:00 2001 From: zz <2418184580@qq.com> Date: Tue, 28 Jun 2022 16:25:52 +0800 Subject: [PATCH] chore(play): improve import (#8468) --- play/app.example.vue | 5 ++--- play/main.ts | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/play/app.example.vue b/play/app.example.vue index 1a1fb8f5ff..f965b07183 100644 --- a/play/app.example.vue +++ b/play/app.example.vue @@ -1,10 +1,10 @@ diff --git a/play/main.ts b/play/main.ts index 5a19faa86a..9553dfbbd9 100644 --- a/play/main.ts +++ b/play/main.ts @@ -1,5 +1,5 @@ import { createApp } from 'vue' -import '@element-plus/theme-chalk/src/index.scss' +import '@element-plus/theme-chalk/src/dark/css-vars.scss' ;(async () => { const apps = import.meta.glob('./src/*.vue') const name = location.pathname.replace(/^\//, '') || 'App'