<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chitans</author_name>
  <author_url>https://blog.hatena.ne.jp/chitans/</author_url>
  <blog_title>chitan's blog</blog_title>
  <blog_url>https://chitan.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>Vue.jsの繰り返し構文v-forを以下のように書いたらエラーになりました。 &lt;li v-for=&quot;(item, key) in items&quot;&gt; エラーメッセージはこんな感じ。 Elements in iteration expect to have 'v-bind:key' directives どうやら、v-bind属性が必要のようです。こんな感じに修正したら動いてくれました。 &lt;li v-for=&quot;(item, key, index) in items&quot; v-bind:key=&quot;index&quot;&gt;</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchitan.hateblo.jp%2Fentry%2F2019%2F04%2F29%2F003814&quot; title=&quot;Vue.js : v-forはkeyが必要 - chitan&amp;#39;s blog&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-04-29 00:38:14</published>
  <title>Vue.js : v-forはkeyが必要</title>
  <type>rich</type>
  <url>https://chitan.hateblo.jp/entry/2019/04/29/003814</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
