{"id":402,"date":"2022-04-19T16:07:34","date_gmt":"2022-04-19T08:07:34","guid":{"rendered":"http:\/\/gjweb.top\/?p=402"},"modified":"2022-04-19T16:07:36","modified_gmt":"2022-04-19T08:07:36","slug":"%e5%a3%b0%e6%98%8e%e5%91%a8%e6%9c%9f%e5%87%bd%e6%95%b0%e7%9a%84%e6%96%b0%e5%86%99%e6%b3%95","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=402","title":{"rendered":"\u58f0\u660e\u5468\u671f\u51fd\u6570\u7684\u65b0\u5199\u6cd5"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>const app = Vue.createApp({<br> &nbsp; &nbsp;setup(){<br> &nbsp; &nbsp; &nbsp;const {<br> &nbsp; &nbsp; &nbsp; &nbsp;ref,<br> &nbsp; &nbsp; &nbsp; &nbsp;onBeforeMount,<br> &nbsp; &nbsp; &nbsp; &nbsp;onMounted,<br> &nbsp; &nbsp; &nbsp; &nbsp;onBeforeUpdate,<br> &nbsp; &nbsp; &nbsp; &nbsp;onUpdate,<br> &nbsp; &nbsp; &nbsp; &nbsp;onBeforeUnmount,<br> &nbsp; &nbsp; &nbsp; &nbsp;onUnmount,<br> &nbsp; &nbsp; &nbsp; &nbsp;onRenderTracked, \/\/ \u6bcf\u6b21\u6e32\u67d3\u540e\u91cd\u65b0\u6536\u96c6\u54cd\u5e94\u5f0f\u4f9d\u8d56<br> &nbsp; &nbsp; &nbsp; &nbsp;onRenderTriggered, \/\/\u6bcf\u6b21\u89e6\u53d1\u9875\u9762\u91cd\u65b0\u6e32\u67d3\u65f6\u81ea\u52a8\u6267\u884c<br> &nbsp; &nbsp;  }<br> &nbsp; &nbsp; &nbsp;onBeforeMount(()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp;console.log(onBeforeMount)<br> &nbsp; &nbsp;  })<br> &nbsp; &nbsp; &nbsp;onMounted(()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp;console.log(onMounted)<br> &nbsp; &nbsp;  })<br> &nbsp; &nbsp; &nbsp;onBeforeUpdate(()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp;console.log(onBeforeUpdate)<br> &nbsp; &nbsp;  })<br> &nbsp; &nbsp; &nbsp;onUpdate(()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp;console.log(onUpdate)<br> &nbsp; &nbsp;  })<br> &nbsp; &nbsp; &nbsp;onBeforeUnmount(()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp;console.log(onBeforeUnmount)<br> &nbsp; &nbsp;  })<br> &nbsp; &nbsp; &nbsp;onUnmount(()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp;console.log(onUnmount)<br> &nbsp; &nbsp;  })<br> &nbsp; &nbsp; &nbsp;onRenderTracked(()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp;console.log(onRenderTracked)<br> &nbsp; &nbsp;  })<br> &nbsp; &nbsp; &nbsp;onRenderTriggered(()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp;console.log(onRenderTriggered)<br> &nbsp; &nbsp;  })<br> &nbsp;  }<br>  })<br> &nbsp;const vm = app.mount('#root');<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[47],"tags":[],"class_list":["post-402","post","type-post","status-publish","format-standard","hentry","category-composition"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/402","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=402"}],"version-history":[{"count":1,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/402\/revisions"}],"predecessor-version":[{"id":403,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/402\/revisions\/403"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}