chenyc
2025-08-26 f07e7b76c199576cd0cd93eaa93e0cb88db9dce5
src/views/test.vue
@@ -5,15 +5,14 @@
    </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{
    .paibanclass {
        background: rgb(228, 231, 225);
        color: blue;
        color: #00f;
    }
</style>