dynamize tags
This commit is contained in:
parent
382356f8bc
commit
276876cec9
3 changed files with 6 additions and 11 deletions
|
|
@ -10,18 +10,11 @@ Clientbriefpdf:
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
Description: Bon voilà ça marche
|
Description: test
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
Clientbriefimages:
|
Clientbriefimages: - file://b4Ywx4ProE0Smc0Q
|
||||||
|
|
||||||
- file://HtsU6YRSecIxEcpg
|
|
||||||
- file://x0PdZLKFgnH9vAUx
|
|
||||||
- file://KvwJxk77JwPx4i9n
|
|
||||||
- file://zIyqi62CsCiraGDI
|
|
||||||
- file://OteRWTbf0rgLGhq6
|
|
||||||
- file://b4Ywx4ProE0Smc0Q
|
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Description:
|
Description: test de description
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,9 @@
|
||||||
class="image"
|
class="image"
|
||||||
@click="imageDetails = image"
|
@click="imageDetails = image"
|
||||||
>
|
>
|
||||||
<span class="tag | btn btn--sm">Tag</span>
|
<span v-for="tag in image.tags" class="tag | btn btn--sm">{{
|
||||||
|
tag
|
||||||
|
}}</span>
|
||||||
<img :src="image.url" alt="" />
|
<img :src="image.url" alt="" />
|
||||||
</figure>
|
</figure>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue