We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H5
浏览器版本: Chrome 100 使用框架: Vue 3
1 A页面路由跳转到b页面 2 B页面重定向到A页面
setup 函数触发一次
<script setup> A页面setup内函数加载两次
<script setup>
Taro CLI 3.4.7 environment info: System: OS: Windows 10 Binaries: Node: 16.15.0 - D:\Program Files\nodejs\node.EXE Yarn: 1.22.17 - C:\Users\Administrator\AppData\Roaming\npm\yarn.CMD npm: 8.5.5 - D:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered:
@gowago 麻烦提供一下可复现 demo
Sorry, something went wrong.
缺少可复现问题信息,issue 将被关闭
No branches or pull requests
相关平台
H5
浏览器版本: Chrome 100
使用框架: Vue 3
复现步骤
1 A页面路由跳转到b页面
2 B页面重定向到A页面
期望结果
setup 函数触发一次
实际结果
<script setup>
A页面setup内函数加载两次环境信息
Taro CLI 3.4.7 environment info:
System:
OS: Windows 10
Binaries:
Node: 16.15.0 - D:\Program Files\nodejs\node.EXE
Yarn: 1.22.17 - C:\Users\Administrator\AppData\Roaming\npm\yarn.CMD
npm: 8.5.5 - D:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered: