You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/stories/organisms/Hero/Hero.vue
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@
24
24
<!-- Quick and dirty, hardcode Rotkäppchen -->
25
25
<Info
26
26
title="Rotkäppchen"
27
-
year="2024"
28
-
age="12"
29
-
episodes="1"
27
+
:year="2024"
28
+
:age="12"
29
+
:episodes="1"
30
30
genre="Fantasy"
31
31
description="Danny kann es nicht glauben, das Rotkäppchen wird vom Wolf gefressen? Mit einer selbstgebauten Zeitmaschine reist er in den Märchenwald, um Rotkäppchen zu beschützen."
32
32
:buttons="[{
33
33
text: 'Auf ZDF ansehen',
34
34
to: 'https://www.zdf.de/filme/spielfilme/herr-bergmanns-rotkaeppchen-100.html',
0 commit comments