<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>progblog-web</author_name>
  <author_url>https://blog.hatena.ne.jp/progblog-web/</author_url>
  <blog_title>空想家 Developers Blog</blog_title>
  <blog_url>https://blog-progblog-web.hatenablog.com/</blog_url>
  <categories>
    <anon>Nuxt.js</anon>
  </categories>
  <description>はじめに Firebase に送ったデータの管理でタイムスタンプが必要になったので、データの送信時に現在時刻を送れるようにした。 やったこと &lt;template&gt; &lt;input type=&quot;hidden&quot; v-model=&quot;checkTime&quot;&gt; &lt;/template&gt; &lt;script&gt; export default { props: [&quot;user&quot;], data() { return { chekTime: new Date(), }; }, } &lt;/script&gt; このコードだと管理ができない。 対処方法 今回はユーザー側に見えるデータではなく、あくまでもタイムスタンプとして使用するので形…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog-progblog-web.hatenablog.com%2Fentry%2F2021%2F01%2F26%2F214925&quot; title=&quot;Nuxt.js の dataメソッド で Date が管理できなかった - 空想家 Developers 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>2021-01-26 21:49:25</published>
  <title>Nuxt.js の dataメソッド で Date が管理できなかった</title>
  <type>rich</type>
  <url>https://blog-progblog-web.hatenablog.com/entry/2021/01/26/214925</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
