Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
pount
pount-front
Commits
628244e3
Commit
628244e3
authored
Sep 13, 2021
by
Yoran Hillion
Browse files
feat: Adds a subtitle to CrudListPublic
parent
837d73bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/crud/CrudListPublic.vue
View file @
628244e3
...
...
@@ -30,6 +30,9 @@
<v-card-title>
{{
item
.
title
}}
</v-card-title>
<v-card-subtitle>
{{
item
.
subtitle
}}
</v-card-subtitle>
<v-card-text
v-html=
"item.description"
/>
<v-card-actions
class=
"mt-auto"
>
<v-spacer
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment