This commit is contained in:
2022-10-11 08:39:10 +08:00
parent e7806048b7
commit 854e0bdf9d
5 changed files with 108 additions and 0 deletions

View File

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