<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>letitride</author_name>
  <author_url>https://blog.hatena.ne.jp/letitride/</author_url>
  <blog_title>追憶行</blog_title>
  <blog_url>https://www.letitride.jp/</blog_url>
  <categories>
    <anon>テック</anon>
    <anon>テック-Vue.js</anon>
  </categories>
  <description>v-forで配列要素の走査 配列要素を走査して出力する。 liの部分がmonthList数分、繰り返される。 &lt;div id=&quot;app1&quot; class=&quot;frame&quot;&gt; &lt;ul&gt; &lt;li v-for=&quot;month in monthList&quot;&gt;{{month}}月&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; var app1 = new Vue({ el: '#app1', data: { monthList: [1,2,3,4,5,6,7,8,9,10,11,12] } }); foreach {k,v}ライクな使い方 (value, key)の順番なので注意する。 &lt;ul&gt; &lt;li v-for=&quot;(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.letitride.jp%2Fentry%2F2019%2F07%2F28%2F121116&quot; title=&quot;Vue.js v-forで配列・オブジェクト要素を走査する - 追憶行&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-07-28 12:11:16</published>
  <title>Vue.js v-forで配列・オブジェクト要素を走査する</title>
  <type>rich</type>
  <url>https://www.letitride.jp/entry/2019/07/28/121116</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
