0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Vuetify3】v-card-titleを中央寄せにする

Last updated at Posted at 2025-05-23

d-flexとjustify-centerをclassに指定する

<v-card>
    <v-card-title class="d-flex justify-center">
        タイトルです
    </v-card-title>
</v-card>

通常、要素を中央に寄せたい時はjustify-centerのみで機能してくれるので、個人的に少し沼りましたが、d-flexを追加すると素直に真ん中に来てくれます。

参考

↓いつもお世話になってます。

Vuetifyの基本

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?