This commit is contained in:
Louis Lam
2023-11-06 16:00:20 +08:00
parent 2ed739b1b9
commit d7f4873405
2 changed files with 32 additions and 14 deletions

View File

@@ -172,6 +172,9 @@ export default defineComponent({
},
service() {
if (!this.jsonObject.services[this.name]) {
return {};
}
return this.jsonObject.services[this.name];
},