Files
QCN_rider/.svn/pristine/cf/cf1b4c00a808e1cd46b96f74917cde397a04b04f.svn-base
2026-02-12 12:19:20 +08:00

19 lines
210 B
Plaintext

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