From f6d62eaf70440d3183cad494d08a9e8c96c3d9d8 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 08 九月 2023 12:02:36 +0800
Subject: [PATCH] 增加体重秤串口通讯
---
src/App.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 9bc317e..e27c4fe 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,10 @@
<script setup lang="ts">
// This starter template is using Vue 3 <script setup> SFCs
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
-import HelloWorld from './components/HelloWorld.vue'
+import { onMounted } from "vue"
+ onMounted(()=>{
+ console.log('app点初 始化')
+ })
</script>
<template>
--
Gitblit v1.8.0