flat: 页面初始化

This commit is contained in:
史典卓
2024-11-18 16:33:37 +08:00
parent cf8fc80b20
commit ad4eb162a5
83 changed files with 8250 additions and 89 deletions

View File

@@ -0,0 +1,16 @@
<template>
<view class="zhuo-tabs"></view>
</template>
<script lang="ts">
export default {
name: 'zhuo-tabs',
data() {
return {};
},
};
</script>
<style lang="stylus">
.zhuo-tabs
</style>