首次上传

This commit is contained in:
田岩
2025-11-27 20:48:18 +08:00
commit 492a164bff
1746 changed files with 219083 additions and 0 deletions
@@ -0,0 +1,32 @@
<template>
<!-- #ifdef APP -->
<scroll-view style="flex:1">
<!-- #endif -->
<!-- #ifdef APP -->
</scroll-view>
<!-- #endif -->
</template>
<script>
import { A } from '@/uni_modules/issue-20157'
const a = {
a: 'ab',
b: 12
} as A
export default {
data() {
return {
a: a.a,
b: a.b
}
},
methods: {
}
}
</script>
<style>
</style>