This commit is contained in:
2023-05-09 17:51:46 +08:00
parent 2d507175d1
commit 89618b56b1
5 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>