- BlueSky
- GitHub
- ポートフォリオサイト兼ブログ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<v-container> | |
<v-row justify="center" class="text-center"> | |
<v-col> | |
<div> | |
<h1>検索ページ</h1> | |
</div> | |
<div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<v-container> | |
<v-row justify="center" class="text-center"> | |
<v-col> | |
<div> | |
<h1>検索ページ</h1> | |
</div> | |
<div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ===== Emojis ===== | |
# :construction: 現在対応中 | |
# :recycle: リファクタリング | |
# :adhesive_bandage: 軽微な修正 | |
# :sparkles: 機能の追加・更新 | |
# :fire: 機能の削除 | |
# :wastebasket: ファイルの削除 | |
# :white_check_mark: テストの追加・テストの更新 | |
# :speech_balloon: テキストの追加・更新 | |
# :art: デザインやUI/UXの追加・更新 |