mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Update TemplateContainer.vue
This commit is contained in:
parent
19e31d6093
commit
2cb2495148
1 changed files with 6 additions and 1 deletions
|
@ -21,7 +21,12 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
components() {
|
||||
return this.templateData.components;
|
||||
return this.templateData.components.map((component) => {
|
||||
return {
|
||||
...component,
|
||||
name: markRaw(component.name)
|
||||
};
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue