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