feat: module dependencies
This commit is contained in:
@ -20,13 +20,6 @@ const modules: ModulesType = {
|
||||
key: "{{this.key}}",
|
||||
icon: {{#if this.iconName}}<{{this.iconName}} />{{else}}None{{/if}},
|
||||
},
|
||||
modelData: {
|
||||
id: {{this.id}},
|
||||
key: "{{this.key}}",
|
||||
label: "{{this.label}}",
|
||||
iconName: "{{this.iconName}}",
|
||||
description: "{{this.description}}",
|
||||
},
|
||||
},
|
||||
{{/each}}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user