This commit is contained in:
2022-10-10 17:08:52 +08:00
parent d64db24963
commit e7806048b7
6 changed files with 109 additions and 1 deletions

View File

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