{"id":8351,"date":"2023-11-28T20:25:55","date_gmt":"2023-11-28T12:25:55","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=8351"},"modified":"2023-12-02T22:38:08","modified_gmt":"2023-12-02T14:38:08","slug":"vue-zhong-ru-he-feng-zhuang-yi-gevue-zu-jian","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/vue-zhong-ru-he-feng-zhuang-yi-gevue-zu-jian\/","title":{"rendered":"Vue \u4e2d\u5982\u4f55\u5c01\u88c5\u4e00\u4e2a vue \u7ec4\u4ef6\uff1f"},"content":{"rendered":"<p>\u5728 Vue \u4e2d\u5c01\u88c5\u4e00\u4e2a\u7ec4\u4ef6\u6d89\u53ca\u5230\u521b\u5efa\u4e00\u4e2a <code>.vue<\/code> \u6587\u4ef6\uff0c\u5305\u542b\u6a21\u677f\u3001\u811a\u672c\u548c\u6837\u5f0f\uff0c\u5e76\u5b9a\u4e49\u7ec4\u4ef6\u7684\u7ed3\u6784\u548c\u529f\u80fd\u3002<\/p>\n<h3><a id=\"%E5%88%9B%E5%BB%BAvue%E7%BB%84%E4%BB%B6%E7%9A%84%E5%9F%BA%E6%9C%AC%E6%AD%A5%E9%AA%A4%EF%BC%9A\" class=\"anchor\" aria-hidden=\"true\"><span class=\"octicon octicon-link\"><\/span><\/a>\u521b\u5efa Vue \u7ec4\u4ef6\u7684\u57fa\u672c\u6b65\u9aa4\uff1a<\/h3>\n<ol>\n<li>\n<p><strong>\u521b\u5efa\u7ec4\u4ef6\u6587\u4ef6\uff1a<\/strong> \u521b\u5efa\u4e00\u4e2a\u4ee5 <code>.vue<\/code> \u7ed3\u5c3e\u7684\u6587\u4ef6\uff0c\u4f8b\u5982 <code>MyComponent.vue<\/code>\u3002<\/p>\n<\/li>\n<li>\n<p><strong>\u5b9a\u4e49\u6a21\u677f\uff1a<\/strong> \u5728 <code>.vue<\/code> \u6587\u4ef6\u4e2d\u7f16\u5199\u7ec4\u4ef6\u7684\u6a21\u677f\u90e8\u5206\uff0c\u5b9a\u4e49\u7ec4\u4ef6\u7684\u7ed3\u6784\u548c\u5e03\u5c40\u3002<\/p>\n<\/li>\n<\/ol>\n<pre><code class=\"language-vue\">&lt;template&gt;\n  &lt;div class=&quot;my-component&quot;&gt;\n    &lt;!-- \u7ec4\u4ef6\u6a21\u677f\u5185\u5bb9 --&gt;\n  &lt;\/div&gt;\n&lt;\/template&gt;\n<\/code><\/pre>\n<ol start=\"3\">\n<li><strong>\u5b9e\u73b0\u903b\u8f91\uff1a<\/strong> \u7f16\u5199\u7ec4\u4ef6\u7684\u811a\u672c\u90e8\u5206\uff0c\u5b9e\u73b0\u7ec4\u4ef6\u7684\u903b\u8f91\u3001\u65b9\u6cd5\u548c\u6570\u636e\u5904\u7406\u7b49\u529f\u80fd\u3002<\/li>\n<\/ol>\n<pre><code class=\"language-vue\">&lt;script&gt;\nexport default {\n  data() {\n    return {\n      \/\/ \u7ec4\u4ef6\u7684\u6570\u636e\n    };\n  },\n  methods: {\n    \/\/ \u7ec4\u4ef6\u7684\u65b9\u6cd5\n  },\n  \/\/ \u5176\u4ed6\u7ec4\u4ef6\u9009\u9879\n};\n&lt;\/script&gt;\n<\/code><\/pre>\n<ol start=\"4\">\n<li><strong>\u5b9a\u4e49\u6837\u5f0f\uff1a<\/strong> \u5728 <code>.vue<\/code> \u6587\u4ef6\u4e2d\u7f16\u5199\u7ec4\u4ef6\u7684\u6837\u5f0f\uff0c\u901a\u8fc7 CSS \u6216\u9884\u5904\u7406\u5668\u5b9a\u4e49\u7ec4\u4ef6\u7684\u5916\u89c2\u6837\u5f0f\u3002<\/li>\n<\/ol>\n<pre><code class=\"language-vue\">&lt;style&gt;\n.my-component {\n  \/* \u7ec4\u4ef6\u6837\u5f0f *\/\n}\n&lt;\/style&gt;\n<\/code><\/pre>\n<ol start=\"5\">\n<li><strong>\u6ce8\u518c\u7ec4\u4ef6\uff1a<\/strong> \u5728\u9700\u8981\u4f7f\u7528\u7ec4\u4ef6\u7684\u5730\u65b9\uff0c\u901a\u8fc7\u5168\u5c40\u6216\u5c40\u90e8\u65b9\u5f0f\u6ce8\u518c\u7ec4\u4ef6\uff0c\u4f7f\u5176\u53ef\u5728\u6a21\u677f\u4e2d\u4f7f\u7528\u3002<\/li>\n<\/ol>\n<ul>\n<li><strong>\u5168\u5c40\u6ce8\u518c\uff1a<\/strong> \u5728\u5165\u53e3\u6587\u4ef6\u6216\u5176\u4ed6\u9002\u5f53\u4f4d\u7f6e\u4f7f\u7528 <code>Vue.component<\/code> \u65b9\u6cd5\u5168\u5c40\u6ce8\u518c\u7ec4\u4ef6\u3002<\/li>\n<\/ul>\n<pre><code class=\"language-javascript\">import MyComponent from '@\/components\/MyComponent.vue';\n\nVue.component('my-component', MyComponent);\n<\/code><\/pre>\n<ul>\n<li><strong>\u5c40\u90e8\u6ce8\u518c\uff1a<\/strong> \u5728\u9700\u8981\u4f7f\u7528\u7ec4\u4ef6\u7684\u7ec4\u4ef6\u4e2d\u901a\u8fc7 <code>components<\/code> \u9009\u9879\u5c40\u90e8\u6ce8\u518c\u7ec4\u4ef6\u3002<\/li>\n<\/ul>\n<pre><code class=\"language-javascript\">import MyComponent from '@\/components\/MyComponent.vue';\n\nexport default {\n  components: {\n    MyComponent,\n  },\n  \/\/ ...\n};\n<\/code><\/pre>\n<ol start=\"6\">\n<li><strong>\u4f7f\u7528\u7ec4\u4ef6\uff1a<\/strong> \u5728\u6a21\u677f\u4e2d\u4f7f\u7528\u7ec4\u4ef6\u6807\u7b7e\u6765\u4f7f\u7528\u5c01\u88c5\u597d\u7684\u7ec4\u4ef6\uff0c\u4f20\u9012 props\u3001\u8c03\u7528\u65b9\u6cd5\u7b49\u3002<\/li>\n<\/ol>\n<pre><code class=\"language-vue\">&lt;template&gt;\n  &lt;div&gt;\n    &lt;my-component :propName=&quot;data&quot;&gt;&lt;\/my-component&gt;\n  &lt;\/div&gt;\n&lt;\/template&gt;\n<\/code><\/pre>\n<p>\u4ee5\u4e0a\u6b65\u9aa4\u662f\u5c01\u88c5\u4e00\u4e2a Vue \u7ec4\u4ef6\u7684\u57fa\u672c\u6d41\u7a0b\uff0c\u521b\u5efa\u4e86\u4e00\u4e2a\u5305\u542b\u6a21\u677f\u3001\u811a\u672c\u548c\u6837\u5f0f\u7684 <code>.vue<\/code> \u6587\u4ef6\uff0c\u5e76\u901a\u8fc7\u6ce8\u518c\u4f7f\u5176\u53ef\u4ee5\u5728\u9700\u8981\u7684\u5730\u65b9\u4f7f\u7528\u3002\u7ec4\u4ef6\u7684\u8bbe\u8ba1\u548c\u5c01\u88c5\u5e94\u6839\u636e\u5b9e\u9645\u60c5\u51b5\u548c\u9700\u6c42\u8fdb\u884c\u8c03\u6574\uff0c\u786e\u4fdd\u7ec4\u4ef6\u7684\u590d\u7528\u6027\u548c\u53ef\u7ef4\u62a4\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 Vue \u4e2d\u5c01\u88c5\u4e00\u4e2a\u7ec4\u4ef6\u6d89\u53ca\u5230\u521b\u5efa\u4e00\u4e2a .vue \u6587\u4ef6\uff0c\u5305\u542b\u6a21\u677f\u3001\u811a\u672c\u548c\u6837\u5f0f\uff0c\u5e76\u5b9a\u4e49\u7ec4\u4ef6\u7684\u7ed3\u6784\u548c\u529f\u80fd\u3002 \u521b\u5efa [&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-8351","post","type-post","status-publish","format-standard","hentry","category-vue"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8351","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=8351"}],"version-history":[{"count":2,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8351\/revisions"}],"predecessor-version":[{"id":14102,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/8351\/revisions\/14102"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=8351"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=8351"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=8351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}