可以直接在节点启动时自动注册节点

This commit is contained in:
GoEdgeLab
2020-10-17 11:14:07 +08:00
parent b2bea2e0ed
commit 282900d611
6 changed files with 98 additions and 3 deletions

View File

@@ -33,5 +33,5 @@ Vue.component("download-link", {
})
}
},
template: `<a :href="url" target="_blank"><slot></slot></a>`,
template: `<a :href="url" target="_blank" style="font-weight: normal"><slot></slot></a>`,
})