NervJS / taro

开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
https://docs.taro.zone/
Other
35.6k stars 4.8k forks source link

taro4 custom-tab-bar无法正常编译 微信小程序编译后dist文件下没有custom-tab-bar #16678

Open sixiTr opened 1 month ago

sixiTr commented 1 month ago

相关平台

微信小程序

复现仓库

https://github.com/sixiTr/tar-4.0.6.git 小程序基础库: 3.6.0 使用框架: Vue 3

复现步骤

vue3 taro4.0.6 app.config.ts 中的tabBar设置custom:true
src下新建custom-tab-bar 编译后dist目录下没有custom-tab-bar

期望结果

dist下正常编译出custom-tab-bar

实际结果

dist下没有编译出custom-tab-bar

环境信息

 Taro v4.0.6

  Taro CLI 4.0.6 environment info:
    System:
      OS: macOS 15.0.1
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node
      npm: 10.2.3 - ~/.nvm/versions/node/v18.19.0/bin/npm
    npmPackages:
      @tarojs/cli: 4.0.6 => 4.0.6
      @tarojs/components: 4.0.6 => 4.0.6
      @tarojs/helper: 4.0.6 => 4.0.6
      @tarojs/plugin-framework-vue3: 4.0.6 => 4.0.6
      @tarojs/plugin-platform-alipay: 4.0.6 => 4.0.6
      @tarojs/plugin-platform-h5: 4.0.6 => 4.0.6
      @tarojs/plugin-platform-jd: 4.0.6 => 4.0.6
      @tarojs/plugin-platform-qq: 4.0.6 => 4.0.6
      @tarojs/plugin-platform-swan: 4.0.6 => 4.0.6
      @tarojs/plugin-platform-tt: 4.0.6 => 4.0.6
      @tarojs/plugin-platform-weapp: 4.0.6 => 4.0.6
      @tarojs/runtime: 4.0.6 => 4.0.6
      @tarojs/shared: 4.0.6 => 4.0.6
      @tarojs/taro: 4.0.6 => 4.0.6
      @tarojs/vite-runner: 4.0.6 => 4.0.6
      babel-preset-taro: 4.0.6 => 4.0.6
      eslint-config-taro: 4.0.6 => 4.0.6
sixiTr commented 1 month ago

补充一下 vite编译

yangjiang3973 commented 4 weeks ago

+1 我也一样遇到了这个问题,我使用的是react。

sixiTr commented 4 weeks ago

+1 我也一样遇到了这个问题,我使用的是react。

目前先降为3.6使用了,希望官方早日解决一下,还是想用4的vite的

yangjiang3973 commented 4 weeks ago

+1 我也一样遇到了这个问题,我使用的是react。

目前先降为3.6使用了,希望官方早日解决一下,还是想用4的vite的

我因为页面少,就没有继续用自带的custom-tab了。直接自己重新写个nav component,每个页面手动在最下面导入一下。也就几次的事情。vite还是要用的哈哈。

en-o commented 6 days ago

我Taro v3.6.33也没有

ahjsrhj commented 8 hours ago

有同样的问题, taro4 + react + vite