Skip to content

Commit 62f9bef

Browse files
update
1 parent 5bba619 commit 62f9bef

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/pages/Home.vue

+11-7
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ const imageUpload = (e) => {
7777
<img src="/recipe3.png" alt="" />
7878
<div>
7979
<h3>牛乳のクリームシチュー</h3>
80-
<p>じっくり煮込んだかのような、深い味わいが口いっぱいに広がります。</p>
80+
<p>
81+
じっくり煮込んだかのような、深い味わいが口いっぱいに広がります。
82+
</p>
8183
</div>
8284
</div>
8385
</div>
@@ -90,22 +92,24 @@ const imageUpload = (e) => {
9092
<div class="recipe">
9193
<img src="/recipe4.png" alt="" />
9294
<div>
93-
<h3>卵とトマトの中華風炒め</h3>
94-
<p>卵とトマトの中華風炒めはいかがでしょうか。</p>
95+
<h3>塩ちゃんこ鍋</h3>
96+
<p>力士たちが毎日のように食べるあの味!ボリューム満点です。</p>
9597
</div>
9698
</div>
9799
<div class="recipe">
98100
<img src="/recipe4.png" alt="" />
99101
<div>
100-
<h3>卵とトマトの中華風炒め</h3>
101-
<p>卵とトマトの中華風炒めはいかがでしょうか。</p>
102+
<h3>かつおだし香るお雑煮</h3>
103+
<p>
104+
お正月にお餅買いすぎちゃったと思っているそこのあなた!この味を知ってしまえば、一瞬で餅が消えます。
105+
</p>
102106
</div>
103107
</div>
104108
<div class="recipe">
105109
<img src="/recipe4.png" alt="" />
106110
<div>
107-
<h3>卵とトマトの中華風炒め</h3>
108-
<p>卵とトマトの中華風炒めはいかがでしょうか。</p>
111+
<h3>濃厚ガトーショコラ</h3>
112+
<p>甘いものが食べたくなるこの季節にぴったりのデザートです。</p>
109113
</div>
110114
</div>
111115
</div>

0 commit comments

Comments
 (0)