zhangxiao
2024-08-21 406a398a94d54b854472063f219ae87e8fcf4a98
1
2
3
4
5
6
7
8
9
<template>
    <frame-view>
        <div>首页缓存</div>
        <a-input v-model="test"></a-input>
    </frame-view>
</template>
<script setup lang="ts" name="AppIndex">
const test = ref("test");
</script>