{"id":2255,"date":"2017-05-08T11:50:07","date_gmt":"2017-05-08T03:50:07","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=2255"},"modified":"2017-05-08T11:50:07","modified_gmt":"2017-05-08T03:50:07","slug":"vue-%e4%b8%ad%e7%9a%84render%e5%87%bd%e6%95%b0%e5%92%8cref","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=2255","title":{"rendered":"vue \u4e2d\u7684render\u51fd\u6570\u548cref"},"content":{"rendered":"<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html lang=\"en\"&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=\"UTF-8\"&gt;\r\n    &lt;title&gt;qdabc.cn&lt;\/title&gt;\r\n    &lt;script src=\"https:\/\/unpkg.com\/vue\/dist\/vue.js\"&gt;&lt;\/script&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;!-- \u66ff\u6362&lt;div id=\"app\"&gt;&lt;\/div&gt; \u5305\u62ec --&gt;\r\n&lt;div id=\"app\"&gt;&lt;\/div&gt;\r\n&lt;script&gt;\r\n    var abc = Vue.component('abc',{\r\n      template: '&lt;div id=\"app\"&gt;\u8fd9\u91cc\u662findex&lt;\/div&gt;'\r\n    });\r\n    new Vue({\r\n      el: '#app',\r\n      render: function (h) {\r\n        \/\/ console.log(h);\r\n        \/\/ render\u662f\u4e2a\u51fd\u6570 \u63a5\u6536\u7684\u4e00\u4e2a\u53c2\u6570 \u901a\u8fc7\u6267\u884c\u8fd9\u4e2a\u53c2\u6570(  ) \u5e76\u4e14return\r\n        return h(abc) \/\/ \u9700\u8981\u4f20\u9012\u4e00\u4e2a\u53c2\u6570\r\n      }\r\n    })\r\n&lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html lang=\"en\"&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=\"UTF-8\"&gt;\r\n    &lt;title&gt;Title&lt;\/title&gt;\r\n&lt;script src=\"https:\/\/unpkg.com\/vue\/dist\/vue.js\"&gt;&lt;\/script&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n&lt;div id=\"app\"&gt;\r\n    &lt;!-- ref=\"\u81ea\u5b9a\u4e49\u7684\u540d\u5b57\" --&gt;\r\n    &lt;p @click=\"dom\"&gt;\u70b9\u51fb&lt;\/p&gt;\r\n    &lt;ul ref=\"abc\"&gt;\r\n        &lt;li&gt; 123 &lt;\/li&gt;\r\n    &lt;\/ul&gt;\r\n    &lt;div ref=\"def\"&gt;\r\n\r\n    &lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;script&gt;\r\n    new Vue({\r\n      el: '#app',\r\n      methods: {\r\n        dom () {\r\n          console.log(this.$refs.abc);\r\n        }\r\n      }\r\n    })\r\n&lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p class=\"post-copyright\">\u6b22\u8fce\u5206\u4eab\u672c\u6587\uff0c\u8f6c\u8f7d\u8bf7\u4fdd\u7559\u51fa\u5904\uff1a<a href=\"http:\/\/www.qdabc.cn\">\u524d\u7aefABC<\/a> &raquo; <a href=\"http:\/\/www.qdabc.cn\/?p=2255\">vue \u4e2d\u7684render\u51fd\u6570\u548cref<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; &lt;html lang=&#8221;en&#8221;&gt; &lt;head&gt; &lt;meta charset=&#8221;UTF-8&#8243;&gt; &lt;title&gt; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[186],"tags":[304,303,26],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2255"}],"collection":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2255"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2255\/revisions"}],"predecessor-version":[{"id":2256,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2255\/revisions\/2256"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2255"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}