Files
vpUni/.svn/pristine/5e/5ecaf877d8cc23ec27e396adc463ce131c22483f.svn-base
2026-03-09 16:39:03 +08:00

21 lines
210 B
Plaintext

<template>
<view>
1222
</view>
</template>
<script setup lang="ts">
import { onShow,onLoad } from "@dcloudio/uni-app";
onLoad(() => {
});
onShow(() => {
});
</script>
<style lang="scss">
</style>