chore: 分包 demo

This commit is contained in:
菲鸽 2024-01-27 22:57:27 +08:00
parent 1f337565f7
commit 5a7e724691

View File

@ -1,11 +1,11 @@
<route lang="json5" type="page">
{
style: { navigationBarTitleText: 'title' },
style: { navigationBarTitleText: '分包页面标题' },
}
</route>
<template>
<view class="">xxx yyy</view>
<view class="text-green-500 text-center">分包页面demo</view>
</template>
<script lang="ts" setup>