From 0f6b74c98096fa33a379e8756ffdae693e6f6c83 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 31 五月 2023 15:37:47 +0800
Subject: [PATCH] 更新环境变量

---
 src/views/test.vue |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/views/test.vue b/src/views/test.vue
index 1f5d301..4bc7219 100644
--- a/src/views/test.vue
+++ b/src/views/test.vue
@@ -1,4 +1,19 @@
 <template>
-    <div>hello  test page</div>
+    <div class="test">
+        {{a}}
+        <button @click="actionA">点我呀</button>
+    </div>
 </template>
+<script lang="ts" setup>
+    import {ref,reactive,watchEffect,watch} from 'vue'
+    import usePage from './vuetool/index.js'
+    const {a,actionA} = usePage()
+
+</script>
+<style>
+    .paibanclass{
+        background: rgb(228, 231, 225);
+        color: blue;
+    }
+</style>
 

--
Gitblit v1.8.0