{"id":8429,"date":"2023-11-28T20:27:47","date_gmt":"2023-11-28T12:27:47","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=8429"},"modified":"2023-12-02T22:45:06","modified_gmt":"2023-12-02T14:45:06","slug":"vue-zhongvue-zu-jian-zhongdata-wei-shen-me-bi-xu-s","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/vue-zhongvue-zu-jian-zhongdata-wei-shen-me-bi-xu-s\/","title":{"rendered":"Vue \u4e2d vue \u7ec4\u4ef6\u4e2d data \u4e3a\u4ec0\u4e48\u5fc5\u987b\u662f\u4e00\u4e2a\u51fd\u6570\uff1f"},"content":{"rendered":"<p>\u5728 Vue \u7ec4\u4ef6\u4e2d\uff0c<code>data<\/code> \u9009\u9879\u4e3a\u4e00\u4e2a\u51fd\u6570\u7684\u539f\u56e0\u662f\u4e3a\u4e86\u786e\u4fdd\u6bcf\u4e2a\u7ec4\u4ef6\u5b9e\u4f8b\u90fd\u62e5\u6709\u72ec\u7acb\u7684\u6570\u636e\u526f\u672c\u3002<\/p>\n<h3><a id=\"%E4%B8%BA%E4%BB%80%E4%B9%88data%E5%BF%85%E9%A1%BB%E6%98%AF%E4%B8%80%E4%B8%AA%E5%87%BD%E6%95%B0%EF%BC%9A\" class=\"anchor\" aria-hidden=\"true\"><span class=\"octicon octicon-link\"><\/span><\/a>\u4e3a\u4ec0\u4e48 <code>data<\/code> \u5fc5\u987b\u662f\u4e00\u4e2a\u51fd\u6570\uff1a<\/h3>\n<ol>\n<li>\n<p><strong>\u6570\u636e\u526f\u672c\uff1a<\/strong> \u5982\u679c <code>data<\/code> \u76f4\u63a5\u662f\u4e00\u4e2a\u5bf9\u8c61\uff0c\u800c\u4e0d\u662f\u51fd\u6570\u8fd4\u56de\u4e00\u4e2a\u5bf9\u8c61\uff0c\u90a3\u4e48\u8be5\u5bf9\u8c61\u5c06\u4f1a\u88ab\u6240\u6709\u8be5\u7ec4\u4ef6\u5b9e\u4f8b\u5171\u4eab\uff0c\u5373\u6240\u6709\u5b9e\u4f8b\u5c06\u5171\u4eab\u540c\u4e00\u4e2a\u6570\u636e\u5bf9\u8c61\u3002\u8fd9\u5c31\u5bfc\u81f4\u5f53\u4e00\u4e2a\u5b9e\u4f8b\u4fee\u6539\u4e86\u6570\u636e\uff0c\u4f1a\u5f71\u54cd\u5230\u5176\u4ed6\u5b9e\u4f8b\uff0c\u8fdd\u80cc\u4e86\u7ec4\u4ef6\u5b9e\u4f8b\u7684\u72ec\u7acb\u6027\u539f\u5219\u3002<\/p>\n<\/li>\n<li>\n<p><strong>\u907f\u514d\u72b6\u6001\u6c61\u67d3\uff1a<\/strong> Vue \u7684\u7ec4\u4ef6\u901a\u5e38\u662f\u53ef\u590d\u7528\u7684\uff0c\u4e3a\u4e86\u907f\u514d\u4e0d\u540c\u5b9e\u4f8b\u4e4b\u95f4\u6570\u636e\u7684\u76f8\u4e92\u5f71\u54cd\u548c\u72b6\u6001\u6c61\u67d3\uff0cVue \u8981\u6c42 <code>data<\/code> \u5fc5\u987b\u662f\u4e00\u4e2a\u51fd\u6570\uff0c\u6bcf\u6b21\u521b\u5efa\u7ec4\u4ef6\u5b9e\u4f8b\u65f6\uff0c\u90fd\u4f1a\u8c03\u7528\u8fd9\u4e2a\u51fd\u6570\u8fd4\u56de\u4e00\u4e2a\u65b0\u7684\u6570\u636e\u5bf9\u8c61\u526f\u672c\u3002<\/p>\n<\/li>\n<\/ol>\n<h3><a id=\"%E4%BE%8B%E5%AD%90%EF%BC%9A\" class=\"anchor\" aria-hidden=\"true\"><span class=\"octicon octicon-link\"><\/span><\/a>\u4f8b\u5b50\uff1a<\/h3>\n<pre><code class=\"language-javascript\">\/\/ \u9519\u8bef\u5199\u6cd5\uff1adata \u76f4\u63a5\u662f\u4e00\u4e2a\u5bf9\u8c61\uff0c\u5c06\u4f1a\u88ab\u6240\u6709\u5b9e\u4f8b\u5171\u4eab\ndata: {\n  count: 0\n}\n\n\/\/ \u6b63\u786e\u5199\u6cd5\uff1adata \u8fd4\u56de\u4e00\u4e2a\u51fd\u6570\uff0c\u6bcf\u4e2a\u5b9e\u4f8b\u90fd\u4f1a\u8fd4\u56de\u4e00\u4e2a\u65b0\u7684\u6570\u636e\u5bf9\u8c61\u526f\u672c\ndata() {\n  return {\n    count: 0\n  };\n}\n<\/code><\/pre>\n<p>\u901a\u8fc7\u4f7f\u7528\u51fd\u6570\u8fd4\u56de\u6570\u636e\u5bf9\u8c61\uff0c\u786e\u4fdd\u4e86\u6bcf\u4e2a\u7ec4\u4ef6\u5b9e\u4f8b\u90fd\u62e5\u6709\u81ea\u5df1\u7684\u6570\u636e\u526f\u672c\uff0c\u907f\u514d\u4e86\u72b6\u6001\u5171\u4eab\u548c\u76f8\u4e92\u5f71\u54cd\u7684\u95ee\u9898\uff0c\u7b26\u5408\u4e86\u7ec4\u4ef6\u5316\u5f00\u53d1\u7684\u539f\u5219\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 Vue \u7ec4\u4ef6\u4e2d\uff0cdata \u9009\u9879\u4e3a\u4e00\u4e2a\u51fd\u6570\u7684\u539f\u56e0\u662f\u4e3a\u4e86\u786e\u4fdd\u6bcf\u4e2a\u7ec4\u4ef6\u5b9e\u4f8b\u90fd\u62e5\u6709\u72ec\u7acb\u7684\u6570\u636e\u526f\u672c\u3002 \u4e3a\u4ec0\u4e48 dat [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[114],"tags":[],"class_list":["post-8429","post","type-post","status-publish","format-standard","hentry","category-vue"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=8429"}],"version-history":[{"count":2,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8429\/revisions"}],"predecessor-version":[{"id":14113,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8429\/revisions\/14113"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=8429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=8429"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=8429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}