@dcloudio__uni-h5.patch 497 B

12345678910111213
  1. diff --git a/dist/uni-h5.es.js b/dist/uni-h5.es.js
  2. index 7421bad97d94ad34a3d4d94292a9ee9071430662..19c6071ee4036ceb8d1cfa09030e471c002d2cda 100644
  3. --- a/dist/uni-h5.es.js
  4. +++ b/dist/uni-h5.es.js
  5. @@ -23410,7 +23410,7 @@ function useShowTabBar(emit2) {
  6. const tabBar2 = useTabBar();
  7. const showTabBar2 = computed(() => route.meta.isTabBar && tabBar2.shown);
  8. updateCssVar({
  9. - "--tab-bar-height": tabBar2.height
  10. + "--tab-bar-height": tabBar2?.height || 0
  11. });
  12. return showTabBar2;
  13. }