怎么新建一个标签页?
#787
Replies: 1 comment 2 replies
-
const navToGitHub = () => {
window.open('https://github.com/tencent/tdesign-vue-next-starter');
}; |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我想要在页面内的一个事件触发后打开一个新的标签页该怎么做?
Beta Was this translation helpful? Give feedback.
All reactions