<template>
<uni-nav-bar fixed statusBar>
<template #left>
<view class="city">
<view>
<text class="uni-nav-bar-text">city</text>
</view>
<uni-icons type="arrowdown" color="#666" size="18" />
</view>
</template>
</uni-nav-bar>
<view class="main">
</view>
</template>
<script setup>
import {
ref
} from 'vue'
const confirm = () => {}
</script>
<style scoped lang="scss">
.main {}
</style>
- 发布:2023-03-23 16:21
- 更新:2024-01-02 19:00
- 阅读:212
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.7.8
第三方开发者工具版本号: 1.06.2301160 Stable
基础库版本号: 2.30.1
项目创建方式: HBuilderX
示例代码:
操作步骤:
运行微信小程序
运行微信小程序
预期结果:
置顶
置顶
实际结果:
没有置顶
没有置顶
bug描述:
vue3环境下 使用uni-nav-bar组件 fixed失效