浏览代码

refactor: 移除关于tabbar缓存的冗余注释

feige996 8 月之前
父节点
当前提交
c6d9b47e99
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/tabbar/config.ts

+ 0 - 1
src/tabbar/config.ts

@@ -152,5 +152,4 @@ const _tabbar: TabBar = {
   list: _tabbarList as unknown as TabBar['list'],
 }
 
-// 0和1 需要显示底部的tabbar的各种配置,以利用缓存
 export const tabBar = tabbarCacheEnable ? _tabbar : undefined