1👍
This should work:
template(v-for="(tab, key) of tabs" :key="key" v-slot:[`item-title.${key + 1}`])
.tab
ThemeIcon(:themeId="tab.themeId")
div {{tab.content}}
👤tao
- [Vuejs]-Vue 3 custom component render as string and passed to other component as prop
- [Vuejs]-Check if value if empty with vuetify
Source:stackexchange.com