This commit is contained in:
2023-09-13 15:03:07 +08:00
parent 113358ea7b
commit be2b9a6a78
3 changed files with 64 additions and 12 deletions

View File

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