Skip to content

Commit

Permalink
fix(mini-runner): 修复使用原生写法的自定义 Tabbar 失败的问题,fix #11437
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Mar 24, 2022
1 parent 18e0a38 commit bd86dda
Show file tree
Hide file tree
Showing 5 changed files with 462 additions and 460 deletions.
18 changes: 9 additions & 9 deletions examples/custom-tabbar-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@
"author": "",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.4.1",
"@tarojs/runtime": "3.4.1",
"@tarojs/taro": "3.4.1",
"@tarojs/plugin-framework-react": "3.4.1",
"@tarojs/react": "3.4.1",
"@tarojs/components": "3.4.3",
"@tarojs/runtime": "3.4.3",
"@tarojs/taro": "3.4.3",
"@tarojs/plugin-framework-react": "3.4.3",
"@tarojs/react": "3.4.3",
"react-dom": "^17.0.0",
"react": "^17.0.0"
},
"devDependencies": {
"@types/webpack-env": "^1.13.6",
"@types/react": "^17.0.2",
"@tarojs/mini-runner": "3.4.1",
"@tarojs/mini-runner": "3.4.3",
"@babel/core": "^7.8.0",
"@tarojs/webpack-runner": "3.4.1",
"babel-preset-taro": "3.4.1",
"eslint-config-taro": "3.4.1",
"@tarojs/webpack-runner": "3.4.3",
"babel-preset-taro": "3.4.3",
"eslint-config-taro": "3.4.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-import": "^2.12.0",
Expand Down
Loading

0 comments on commit bd86dda

Please sign in to comment.