{"id":3772,"date":"2024-11-10T10:26:21","date_gmt":"2024-11-10T02:26:21","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3772\/"},"modified":"2024-11-10T10:26:21","modified_gmt":"2024-11-10T02:26:21","slug":"%e5%a6%82%e4%bd%95%e9%80%9a%e8%bf%87%e4%bf%ae%e6%94%b9-dialog-%e7%bb%84%e4%bb%b6%e4%bb%a3%e7%a0%81%ef%bc%8c%e4%bb%85%e5%9c%a8%e7%bb%84%e4%bb%b6%e5%86%85%e6%8e%a7%e5%88%b6%e5%bc%b9%e7%aa%97%e7%9a%84","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3772\/","title":{"rendered":"\u5982\u4f55\u901a\u8fc7\u4fee\u6539 dialog \u7ec4\u4ef6\u4ee3\u7801\uff0c\u4ec5\u5728\u7ec4\u4ef6\u5185\u63a7\u5236\u5f39\u7a97\u7684\u663e\u793a\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173113506331244.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u901a\u8fc7\u4fee\u6539 dialog \u7ec4\u4ef6\u4ee3\u7801\uff0c\u4ec5\u5728\u7ec4\u4ef6\u5185\u63a7\u5236\u5f39\u7a97\u7684\u663e\u793a\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u901a\u8fc7\u4fee\u6539 dialog \u7ec4\u4ef6\u4ee3\u7801\uff0c\u4ec5\u5728\u7ec4\u4ef6\u5185\u63a7\u5236\u5f39\u7a97\u7684\u663e\u793a\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u81ea\u5b9a\u4e49\u5f39\u7a97\u663e\u793a\u95ee\u9898<\/strong><\/p>\n<p>\u5982\u4f55\u901a\u8fc7\u4fee\u6539 dialog \u7ec4\u4ef6\u7684\u4ee3\u7801\uff0c\u4ec5\u5728\u7ec4\u4ef6\u5185\u63a7\u5236\u5f39\u7a97\u7684\u663e\u793a\uff1f<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848<\/strong><\/p>\n<p>\u5728 dialog \u7ec4\u4ef6\u5185\uff0c\u901a\u8fc7 data \u5c5e\u6027\u548c watch \u76d1\u542c v-if \u4e2d\u8d4b\u503c\u7684 visibleMe\uff0c\u540c\u65f6\u76d1\u542c\u7236\u7ec4\u4ef6\u4f20\u9012\u7684 visible prop\uff0c\u5e76\u5728 closeDialog \u65b9\u6cd5\u4e2d\u540c\u65f6\u66f4\u65b0 visibleMe \u548c\u89e6\u53d1 update:visible \u4e8b\u4ef6\uff0c\u901a\u77e5\u7236\u7ec4\u4ef6\u66f4\u65b0 visible prop\u3002<\/p>\n<pre>&lt;template&gt;\n  &lt;div v-if=\"visibleMe\"&gt;\n    &lt;!-- \u5185\u5bb9 --&gt;\n  &lt;\/div&gt;\n&lt;\/template&gt;\n\n&lt;script&gt;\nexport default {\n  props: {\n    visible: Boolean,\n  },\n  data() {\n    return {\n      visibleMe: this.visible, \/\/ \u521d\u59cb visibleMe \u4e0e visible \u4e00\u81f4\n    };\n  },\n  watch: {\n    visible(newVal) {\n      this.visibleMe = newVal; \/\/ \u5f53\u7236\u7ec4\u4ef6 visible \u6539\u53d8\u65f6\u66f4\u65b0 visibleMe\n    },\n  },\n  methods: {\n    closeDialog() {\n      this.visibleMe = false;\n      this.$emit('update:visible', false); \/\/ \u901a\u77e5\u7236\u7ec4\u4ef6\u66f4\u65b0 visible\n    },\n  },\n};\n&lt;\/script&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u8fd9\u6837\u4e00\u6765\uff0c\u5f53\u7236\u7ec4\u4ef6\u89e6\u53d1 closeDialog \u65b9\u6cd5\u65f6\uff0cdialog \u7ec4\u4ef6\u4f1a\u66f4\u65b0 visibleMe \u5e76\u901a\u77e5\u7236\u7ec4\u4ef6\u66f4\u65b0 visible\uff0c\u4ece\u800c\u6ee1\u8db3\u4ec5\u901a\u8fc7\u4fee\u6539\u7ec4\u4ef6\u4ee3\u7801\u5373\u53ef\u63a7\u5236\u5f39\u7a97\u663e\u793a\u548c\u5173\u95ed\u7684\u8981\u6c42\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u901a\u8fc7\u4fee\u6539 dialog \u7ec4\u4ef6\u4ee3\u7801\uff0c\u4ec5\u5728\u7ec4\u4ef6\u5185\u63a7\u5236\u5f39\u7a97\u7684\u663e\u793a\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u81ea\u5b9a\u4e49\u5f39\u7a97\u663e\u793a\u95ee\u9898 \u5982\u4f55\u901a\u8fc7\u4fee\u6539 dialog \u7ec4\u4ef6\u7684\u4ee3\u7801\uff0c\u4ec5\u5728\u7ec4\u4ef6\u5185\u63a7\u5236\u5f39\u7a97\u7684\u663e\u793a\uff1f \u89e3\u51b3\u65b9\u6848 \u5728 dialog \u7ec4\u4ef6\u5185\uff0c\u901a\u8fc7 data \u5c5e\u6027\u548c watch \u76d1\u542c v-if \u4e2d\u8d4b\u503c\u7684 visibleMe\uff0c\u540c\u65f6\u76d1\u542c\u7236\u7ec4\u4ef6\u4f20\u9012\u7684 visible prop\uff0c\u5e76\u5728 closeDialog \u65b9\u6cd5\u4e2d\u540c\u65f6\u66f4\u65b0 visibleMe \u548c\u89e6\u53d1 update:visible \u4e8b\u4ef6\uff0c\u901a\u77e5\u7236\u7ec4\u4ef6\u66f4\u65b0 visible prop\u3002 &lt;template&gt; &lt;div v-if=&#8221;visibleMe&#8221;&gt; &lt;!&#8211; \u5185\u5bb9 &#8211;&gt; &lt;\/div&gt; &lt;\/template&gt; &lt;script&gt; export default { props: { visible: Boolean, }, data() { return { visibleMe: this.visible, \/\/ \u521d\u59cb visibleMe \u4e0e visible \u4e00\u81f4 }; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-3772","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3772","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=3772"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3772\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3772"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3772"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3772"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}