This commit is contained in:
2023-12-11 10:42:47 +08:00
parent 2ab8945858
commit e1e8bdf414
3 changed files with 38 additions and 11 deletions

View File

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