Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
12345678 |
- <x-dynamic-component :component="$getEntryWrapperView()" :entry="$entry">
- <x-report-entry
- :heading="$getHeading()"
- :description="$getDescription()"
- :icon="$getIcon()"
- :iconColor="$getIconColor()"
- />
- </x-dynamic-component>
|