<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>youdive</author_name>
  <author_url>https://blog.hatena.ne.jp/youdive/</author_url>
  <blog_title>sai_dive IL</blog_title>
  <blog_url>https://youdive.hatenadiary.com/</blog_url>
  <categories>
  </categories>
  <description>v-on イベント作成 @clickはv-on:clickの省略記法 以下は一度クリックすると購入ボタンが押せなくなるイベント &lt;div id=&quot;app&quot;&gt; &lt;button @click=&quot;checkClick&quot; :disbled=&quot;clicked&quot;&gt;購入&lt;/button&gt; &lt;/div&gt; &lt;script&gt; let app = new Vue({ el: &quot;#app&quot;, data: { clicked: false }, methods: { checkClick: funciton() { this.clicked = true; } } }) &lt;/script&gt;</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyoudive.hatenadiary.com%2Fentry%2F2021%2F09%2F28%2F223654&quot; title=&quot;【Vue】v-on イベント作成 - sai_dive IL&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>2021-09-28 22:36:54</published>
  <title>【Vue】v-on イベント作成</title>
  <type>rich</type>
  <url>https://youdive.hatenadiary.com/entry/2021/09/28/223654</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
