kyutech-programming-club / Textbook-Matchng

A web application that allows you to trade textbooks within Kyutech
0 stars 0 forks source link

投稿一覧ページを作る #5

Open oshanQQ opened 3 years ago

oshanQQ commented 3 years ago
oshanQQ commented 3 years ago

とりあえずやること

oshanQQ commented 3 years ago

投稿カードはこちらのページを参考 https://www.paveway.info/entry/2020/11/08/vuetify_vcard

コードはこんな感じ

    <v-content>
      <v-card width="400px" class="mx-auto mt-5">
        <v-card-title>タイトル</v-card-title>
        <V-card-subtitle>サブタイトル</V-card-subtitle>
        <v-card-text>本文だほげぇ</v-card-text>
      </v-card>
    </v-content>
oshanQQ commented 3 years ago

postlist上部にLog outボタンを設置。div要素で囲んでv-btnのみ中央に寄せています。

oshanQQ commented 3 years ago
oshanQQ commented 3 years ago