<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hanaaaaaachiru</author_name>
  <author_url>https://blog.hatena.ne.jp/hanaaaaaachiru/</author_url>
  <blog_title>はなちるのマイノート</blog_title>
  <blog_url>https://www.hanachiru-blog.com/</blog_url>
  <categories>
    <anon>Vue.js</anon>
  </categories>
  <description>はじめに 今回は属性のデータバインディングをする方法についての記事になります！テキストのバインディングといえば以下のようなコードですよね。 {{ message }} ただ当然ではありますが、これを属性に使うことはできません。 &lt;input type=&quot;text&quot; value=&quot;{{ message }}&quot;&gt; この属性のデータバインディングの方法をなぜかいつも覚えられないので、備忘録としての意味合いも込めて残しておきたいと思います。 やり方 &lt;input type=&quot;text&quot; v-bind:value=&quot;message&quot;&gt; これの省略バージョンもあります。 &lt;input type=&quot;text…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.hanachiru-blog.com%2Fentry%2F2019%2F07%2F31%2F175307&quot; title=&quot;【Vue.js】属性のデータバインディングをする方法 - はなちるのマイノート&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-31 17:53:07</published>
  <title>【Vue.js】属性のデータバインディングをする方法</title>
  <type>rich</type>
  <url>https://www.hanachiru-blog.com/entry/2019/07/31/175307</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
