<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>单实例 on Roam Tech-verse | Roamverse Technical Blog</title>
    <link>/notes/vue/single-instance/</link>
    <description>Recent content in 单实例 on Roam Tech-verse | Roamverse Technical Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>Copyright © 2020-2026 Razon Yang. All Rights Reserved.
</copyright><atom:link href="/notes/vue/single-instance/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Vue 生命周期</title>
      <link>/notes/vue/single-instance/life-cycle/</link>
      <pubDate>Wed, 13 Sep 2023 07:16:05 +0000</pubDate>
      <guid>/notes/vue/single-instance/life-cycle/</guid>
      <description><![CDATA[<p>Vue生命周期指的是Vue实例或Vue组件实例在创建时经历的一系列初始化步骤。</p>
<p>在这个过程中Vue为用户提供了一些可供用户自定义的函数，即生命周期回调函数。这些函数又称为生命周期函数或生命周期钩子。</p>]]></description>
    </item>
    
    <item>
      <title>Vue 数据代理与监听</title>
      <link>/notes/vue/single-instance/data-proxy-watch/</link>
      <pubDate>Tue, 12 Sep 2023 05:03:31 +0000</pubDate>
      <guid>/notes/vue/single-instance/data-proxy-watch/</guid>
      <description><![CDATA[<p>数据代理是指通过一个对象代理另一个对象中属性的（读/写）操作。</p>

<h1 id="数据代理的原理" data-numberify>数据代理的原理<a class="anchor ms-1" href="#数据代理的原理"></a></h1>
<p>数据代理可以通过<code>Object.defineProperty()</code>实现。在Vue中，很多技术的实现都使用到了<code>Object.defineProperty()</code>这个方法。</p>]]></description>
    </item>
    
  </channel>
</rss>

