From 10bdb4ff5b468c77aad45ab2ec5158d715ab6a3d Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 19 七月 2023 14:53:11 +0800
Subject: [PATCH] 更新测温模块
---
src/App.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 946379f..e27c4fe 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -3,7 +3,7 @@
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
import { onMounted } from "vue"
onMounted(()=>{
- console.log('app点初始化')
+ console.log('app点初 始化')
})
</script>
--
Gitblit v1.8.0