Files
vpUni/.svn/pristine/72/72f16b917e6527983fdb7814e7b14e30c832d818.svn-base
2026-03-09 16:39:03 +08:00

21 lines
209 B
Plaintext

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