
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chad&#39;s Blog</title>
      <link>https://www.ruoduan.cn/blog</link>
      <description>若端的个人技术实验室，记录前端、工程化、Node.js、Python 和探索实践。</description>
      <language>zh-cn</language>
      <managingEditor>z.ruoduan@gmail.com (Chad)</managingEditor>
      <webMaster>z.ruoduan@gmail.com (Chad)</webMaster>
      <lastBuildDate>Thu, 15 Nov 2018 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.ruoduan.cn/tags/vue/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.ruoduan.cn/blog/VUE-components-data</guid>
    <title>VUE-why-components-data-must-be-a-function</title>
    <link>https://www.ruoduan.cn/blog/VUE-components-data</link>
    <description>话不多说上代码测试： 定义一个全局组件，绑定 msg 我们首先看如果把 data 的值外传不在组件里面创建的效果 现在把 dataObj 注释， return {count:0} ​ 总结： 官网解释比较抽象： ​ 不难看出，这里的关键点就在于 return {} 这个地方 如果是作用域外传入对象的话，上面三个组件的 </description>
    <pubDate>Thu, 15 Nov 2018 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>VUE</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/vue-animation</guid>
    <title>vue-animation</title>
    <link>https://www.ruoduan.cn/blog/vue-animation</link>
    <description>为什么要有动画 ？ 就是要有不解释 比较简单记录一下，方便找 1. 过渡类名动画 1. html 结构 2. VM 实例： 3. 定义两组类样式： 2. 第三方类实现动画 1. 引包 2. 定义 transition 及属性 3. 钩子函数动画 1. 定义 transition 组件以及三个钩子函数： 2. 定义三个 </description>
    <pubDate>Sat, 02 Feb 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>VUE</category>
  </item>

    </channel>
  </rss>
