2024-01-24 14:32:10 +08:00
|
|
|
<route lang="json5" type="page">
|
|
|
|
{
|
2024-01-27 22:57:27 +08:00
|
|
|
style: { navigationBarTitleText: '分包页面标题' },
|
2024-01-24 14:32:10 +08:00
|
|
|
}
|
|
|
|
</route>
|
|
|
|
|
|
|
|
<template>
|
2024-01-30 20:22:35 +08:00
|
|
|
<view class="text-center">
|
|
|
|
<view class="m-8"> http://localhost:9000/#/pages-sub/demo/index </view>
|
|
|
|
<view class="text-green-500"> 分包页面demo </view>
|
2024-01-30 20:46:54 +08:00
|
|
|
<view class="test titi">test global css</view>
|
2024-01-30 20:33:59 +08:00
|
|
|
<view class="text-green-500 text-xl mt-10">uvui 引入演示</view>
|
|
|
|
<view class="center my-10">
|
|
|
|
<uv-icon name="photo" class="text-center m-auto"></uv-icon>
|
|
|
|
<uv-icon name="photo" class="text-center m-auto"></uv-icon>
|
|
|
|
<uv-icon name="photo" class="text-center m-auto"></uv-icon>
|
|
|
|
</view>
|
|
|
|
<uv-qrcode
|
|
|
|
ref="qrcode"
|
|
|
|
size="200px"
|
|
|
|
class="m-auto"
|
|
|
|
value="https://gitee.com/codercup/unibest"
|
|
|
|
></uv-qrcode>
|
2024-01-30 20:22:35 +08:00
|
|
|
</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>
|