From ec13a3e81bf410aef3786d2a4b54e827017008f1 Mon Sep 17 00:00:00 2001 From: feige996 <1020102647@qq.com> Date: Fri, 29 Aug 2025 14:43:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9C=A8=E9=A6=96=E9=A1=B5=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=B0=83=E8=AF=95=E6=97=A5=E5=BF=97=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 6aeb968..1bf3bbf 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -43,6 +43,7 @@ const author = ref('菲鸽') const description = ref( 'unibest 是一个集成了多种工具和技术的 uniapp 开发模板,由 uniapp + Vue3 + Ts + Vite5 + UnoCss + VSCode 构建,模板具有代码提示、自动格式化、统一配置、代码片段等功能,并内置了许多常用的基本组件和基本功能,让你编写 uniapp 拥有 best 体验。', ) +console.log('index/index 首页打印了') // 测试 uni API 自动引入 onLoad(() => { console.log('项目作者:', author.value)