{"id":20,"date":"2021-12-21T02:29:11","date_gmt":"2021-12-21T02:29:11","guid":{"rendered":"http:\/\/114.132.224.28\/?p=20"},"modified":"2021-12-21T02:29:11","modified_gmt":"2021-12-21T02:29:11","slug":"vueref%e7%9a%84%e6%95%b0%e7%bb%84%e5%bc%95%e7%94%a8%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"http:\/\/localhost\/2021\/12\/21\/vueref%e7%9a%84%e6%95%b0%e7%bb%84%e5%bc%95%e7%94%a8%e9%97%ae%e9%a2%98\/","title":{"rendered":"vueRef\u7684\u6570\u7ec4\u5f15\u7528\u95ee\u9898"},"content":{"rendered":"\n

\u5982\u679cref\u7684Element\u662fv-for\uff0c\u90a3\u4e48ref[key]\u4f1a\u53d8\u6210\u4e00\u4e2a\u6570\u7ec4\u6765\u5b58\u50a8\u6bcf\u4e00\u4e2aref Element\u3002\u5148\u68c0\u67e5\u5f53\u524d\u5143\u7d20\u518d\u63a5\u7740\u7f51\u7236\u8282\u70b9\u68c0\u67e5\u3002<\/p>\n\n\n\n

\/\/  src\/compiler\/parser\/index.js\nfunction processRef (el) {\n  const ref = getBindingAttr(el, 'ref')\n  if (ref) {\n    el.ref = ref\n    el.refInFor = checkInFor(el)\n  }\n}<\/code><\/pre>\n\n\n\n
\/\/  src\/compiler\/parser\/index.js\nfunction checkInFor (el: ASTElement): boolean {\n  let parent = el\n  while (parent) {\n    if (parent.for !== undefined) {\n      return true\n    }\n    parent = parent.parent\n  }\n  return false\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"

\u5982\u679cref\u7684Element\u662fv-for\uff0c\u90a3\u4e48ref …<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"_links":{"self":[{"href":"http:\/\/localhost\/wp-json\/wp\/v2\/posts\/20"}],"collection":[{"href":"http:\/\/localhost\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/localhost\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/localhost\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/localhost\/wp-json\/wp\/v2\/comments?post=20"}],"version-history":[{"count":0,"href":"http:\/\/localhost\/wp-json\/wp\/v2\/posts\/20\/revisions"}],"wp:attachment":[{"href":"http:\/\/localhost\/wp-json\/wp\/v2\/media?parent=20"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/localhost\/wp-json\/wp\/v2\/categories?post=20"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/localhost\/wp-json\/wp\/v2\/tags?post=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}