18 lines
237 B
Vue
Raw Normal View History

<route lang="json5" type="page">
{
2024-01-24 15:28:38 +08:00
style: { navigationBarTitleText: 'title' },
}
</route>
<template>
2024-01-24 15:28:38 +08:00
<view class="">xxx yyy</view>
</template>
<script lang="ts" setup>
2024-01-24 15:28:38 +08:00
// code here
</script>
<style lang="scss" scoped>
//
</style>