Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Fix some deprecated properties #648

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/ArticleHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
v-if="article.type"
color="primary"
class="text-uppercase"
small
size="small"
label
>
{{ article.type }}
Expand Down
2 changes: 1 addition & 1 deletion components/CardItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<v-chip
:color="'primary'"
class="text-uppercase"
small
size="small"
label
variant="outlined"
>
Expand Down
2 changes: 1 addition & 1 deletion components/ChipList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class="ma-2 color-chip text-white"
:color="color"
label
large
size="large"
link
:to="localePath('/' + path + '/' + chip.slug)"
:style="{
Expand Down