{"id":392,"date":"2022-04-19T15:51:27","date_gmt":"2022-04-19T07:51:27","guid":{"rendered":"http:\/\/gjweb.top\/?p=392"},"modified":"2022-04-19T15:51:29","modified_gmt":"2022-04-19T07:51:29","slug":"01-setup%e7%9a%84%e4%bd%bf%e7%94%a8","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=392","title":{"rendered":"01. setup\u7684\u4f7f\u7528"},"content":{"rendered":"\n<p>\u65f6\u673a\uff1acreated \u5b9e\u4f8b\u88ab\u5b8c\u5168\u521d\u59cb\u5316\u4e4b\u524d \u6267\u884c\u7684<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>const app = Vue.createApp({<br> &nbsp; &nbsp;template: `<br> &nbsp; &nbsp; &nbsp;&lt;div @click=\"handleClick\"&gt;{{name}}&lt;\/div&gt;<br> &nbsp; &nbsp;`,<br> &nbsp; &nbsp;\/\/ created \u5b9e\u4f8b\u88ab\u5b8c\u5168\u521d\u59cb\u5316\u4e4b\u524d<br> &nbsp; &nbsp;setup(props,content){<br> &nbsp; &nbsp; &nbsp;return{<br> &nbsp; &nbsp; &nbsp; &nbsp;name:\"dell\",<br> &nbsp; &nbsp; &nbsp; &nbsp;handleClick:()=&gt;{<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;alert(123456)<br> &nbsp; &nbsp; &nbsp;  }<br> &nbsp; &nbsp;  }<br> &nbsp;  }<br>  })<br>const vm = app.mount('#root');<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u65f6\u673a\uff1acreated \u5b9e\u4f8b\u88ab\u5b8c\u5168\u521d\u59cb\u5316\u4e4b\u524d \u6267\u884c\u7684<\/p>\n","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-392","post","type-post","status-publish","format-standard","hentry","category-composition"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/392","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=392"}],"version-history":[{"count":1,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/392\/revisions"}],"predecessor-version":[{"id":393,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/392\/revisions\/393"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=392"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=392"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}