tarojs-plugin-ssr icon indicating copy to clipboard operation
tarojs-plugin-ssr copied to clipboard

使用taro api报错怎么处理呢?

Open xiao252 opened this issue 3 years ago • 1 comments
trafficstars

./src/app.ts
Attempted import error: 'setTabBarItem' is not exported from 'tarojs-plugin-platform-nextjs/taro' (imported as 'setTabBarItem').
./src/app.ts
Attempted import error: 'showTabBar' is not exported from 'tarojs-plugin-platform-nextjs/taro' (imported as 'showTabBar').
....

xiao252 avatar Sep 01 '22 14:09 xiao252

@xiao252 目前内部没有实现 TabBar 相关的 API,需要开发,有兴趣 PR 么?

SyMind avatar Sep 01 '22 22:09 SyMind