src/views/test.vue
@@ -5,7 +5,6 @@ </div> </template> <script lang="ts" setup> import {ref,reactive,watchEffect,watch} from 'vue' import usePage from './vuetool/index.js' const {a,actionA} = usePage() @@ -13,7 +12,7 @@ <style> .paibanclass{ background: rgb(228, 231, 225); color: blue; color: #00f; } </style>