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

This commit is contained in:
刘祥超
2020-10-17 11:14:07 +08:00
parent 65a9330678
commit d76ecf1bc9
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>`,
})