We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd40cd3 commit a6814eaCopy full SHA for a6814ea
.vitepress/theme/components/HeaderButton.vue
@@ -11,14 +11,10 @@
11
type: String,
12
default: '官网'
13
},
14
- url: {
15
- type: String,
16
- default: 'https://swanlab.cn'
17
- }
18
})
19
20
function goToWebsite() {
21
- window.open(url, '_blank')
+ window.open('https://swanlab.cn', '_blank')
22
}
23
</script>
24
.vitepress/theme/components/HeaderButtonEN.vue
@@ -11,14 +11,11 @@
default: 'Website'
+
0 commit comments