Merge remote-tracking branch 'origin/master-vue3' into master-vue3

This commit is contained in:
owen
2023-12-23 22:29:33 +08:00
49 changed files with 906 additions and 900 deletions
+1
View File
@@ -1,3 +1,4 @@
<!-- 自定义导航栏 -->
<template>
<view class="uni-navbar" :class="{ 'uni-dark': dark }">
<view
+1
View File
@@ -1,3 +1,4 @@
<!-- 公告栏组件 -->
<template>
<view
v-if="show"
+1 -1
View File
@@ -1,10 +1,10 @@
<!-- 自定义状态栏 -->
<template>
<view :style="{ height: statusBarHeight }" class="uni-status-bar"><slot /></view>
</template>
<script setup>
import sheep from '@/sheep';
import { computed } from 'vue';
const statusBarHeight = sheep.$platform.device.statusBarHeight + 'px';
</script>
@@ -1,3 +1,4 @@
<!-- 自定义底部导航项 -->
<template>
<view class="u-tabbar-item" :style="[addStyle(customStyle)]">
<view v-if="isCenter" class="tabbar-center-item">
+1
View File
@@ -1,3 +1,4 @@
<!-- 底部导航栏 -->
<template>
<view class="u-tabbar">
<view