unibest/src/pages/my/index.vue

21 lines
300 B
Vue
Raw Normal View History

2024-05-11 09:36:26 +08:00
<route lang="json5" type="page">
{
2024-05-11 09:41:33 +08:00
layout: 'tabbar',
2024-05-11 09:36:26 +08:00
style: {
navigationBarTitleText: '我的',
},
}
</route>
<template>
2024-05-28 11:36:23 +08:00
<view class="pt-40 text-xl text-center text-green-500">我的页面</view>
2024-05-11 09:36:26 +08:00
</template>
<script lang="ts" setup>
//
</script>
<style lang="scss" scoped>
//
</style>