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
1.10.6
https://codesandbox.io/p/sandbox/73k748
代码片段可能无法演示此问题,本地运行结果是一样的。点击 Breadcrumb 组件会先后执行 to 和 href 的 props
如果同时存在 to 和 href 的 props,请执行一个(默认 to)
to 和 href 都执行了
Vue(3.5.13)
Chrome(131.0.6778.205)
MacOS(15.3 Beta版)
v23.5.0
另外文档可以补充说明 to 和 href 不能同时使用
The text was updated successfully, but these errors were encountered:
👋 @rofixro,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
No branches or pull requests
tdesign-vue-next 版本
1.10.6
重现链接
https://codesandbox.io/p/sandbox/73k748
重现步骤
代码片段可能无法演示此问题,本地运行结果是一样的。点击 Breadcrumb 组件会先后执行 to 和 href 的 props
期望结果
如果同时存在 to 和 href 的 props,请执行一个(默认 to)
实际结果
to 和 href 都执行了
框架版本
Vue(3.5.13)
浏览器版本
Chrome(131.0.6778.205)
系统版本
MacOS(15.3 Beta版)
Node版本
v23.5.0
补充说明
另外文档可以补充说明 to 和 href 不能同时使用
The text was updated successfully, but these errors were encountered: