From 7c823022ae630658647e9bb93b5cd000d8ea43bd Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 8 Dec 2022 19:43:38 +0800 Subject: [PATCH] =?UTF-8?q?build(playground):=20playground=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0element-plus=20=E6=8C=89=E9=9C=80=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #438 --- .gitignore | 3 + packages/editor/src/Editor.vue | 4 +- packages/editor/src/layouts/NavMenu.vue | 2 +- playground/package.json | 2 + playground/vite.config.ts | 9 ++ pnpm-lock.yaml | 173 +++++++++++++++++++++++- 6 files changed, 189 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9ee629b7..6625ec14 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,6 @@ pnpm-debug.log* *.sw? coverage + +auto-imports.d.ts +components.d.ts diff --git a/packages/editor/src/Editor.vue b/packages/editor/src/Editor.vue index b0cf2ad1..d843fe27 100644 --- a/packages/editor/src/Editor.vue +++ b/packages/editor/src/Editor.vue @@ -1,7 +1,7 @@