From 5e05095bff4b6f3b63750f4674ca76f12a00ef7b Mon Sep 17 00:00:00 2001 From: LCJ-MinYa <1049468118@qq.com> Date: Wed, 8 Jan 2025 17:54:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=9A=E9=A1=B5=E9=9D=A2=E5=BC=80?= =?UTF-8?q?=E5=8F=91=EF=BC=8C=E7=BA=AF=E5=87=80=E7=9A=84=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E7=A4=BA=E4=BE=8B=EF=BC=8C=E4=BB=A5iframe?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/layout.html | 35 +++++++++++++++++++++++++++++++++++ src/views/demo/layout.vue | 6 ++++++ vite.config.ts | 1 + 3 files changed, 42 insertions(+) create mode 100644 demo/layout.html create mode 100644 src/views/demo/layout.vue diff --git a/demo/layout.html b/demo/layout.html new file mode 100644 index 0000000..1ce18ad --- /dev/null +++ b/demo/layout.html @@ -0,0 +1,35 @@ + + + + + + + + vue3-mgt-template + + + + + +
+

Welcome to vue3-mgt-template

+
+ + + diff --git a/src/views/demo/layout.vue b/src/views/demo/layout.vue new file mode 100644 index 0000000..c37e18f --- /dev/null +++ b/src/views/demo/layout.vue @@ -0,0 +1,6 @@ + diff --git a/vite.config.ts b/vite.config.ts index 5b11c0f..5b08d0f 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -38,6 +38,7 @@ export default ({ mode }: ConfigEnv): UserConfigExport => { rollupOptions: { input: { index: pathResolve('./index.html', import.meta.url), + demo: pathResolve('./demo/layout.html', import.meta.url), }, // 静态资源分类打包 output: {