feat: 自定义 tabbar 组件替代原生 tabbar,支持 CSS 控制图标大小
Made-with: Cursor
This commit is contained in:
@@ -44,12 +44,16 @@
|
||||
<NutButton block plain @click="goDineIn">编辑桌号</NutButton>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- Custom TabBar -->
|
||||
<TabBar :current="3" />
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { Button as NutButton } from '@nutui/nutui-taro'
|
||||
import PageHero from '@/components/page-hero/index.vue'
|
||||
import TabBar from '@/components/tab-bar/index.vue'
|
||||
import { useProfilePage } from './composables/useProfilePage'
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user