{"id":3473,"date":"2023-05-01T10:21:47","date_gmt":"2023-05-01T02:21:47","guid":{"rendered":"https:\/\/www.lcettsg.cn\/code\/?p=3473"},"modified":"2023-05-01T11:10:02","modified_gmt":"2023-05-01T03:10:02","slug":"vuex","status":"publish","type":"post","link":"https:\/\/www.lcettsg.cn\/code\/?p=3473","title":{"rendered":"vuex"},"content":{"rendered":"\n<p>vuex\u662f\u4ec0\u4e48\uff1f\u4e13\u95e8\u5728Vue\u4e2d\u5b9e\u73b0\u96c6\u4e2d\u5f0f\u72b6\u6001\uff08\u6570\u636e\uff09\u7ba1\u7406\u7684\u4e00\u4e2aVue\u63d2\u4ef6\uff0c\u5bf9vue\u5e94\u7528\u4e2d\u591a\u4e2a\u7ec4\u4ef6\u7684\u5171\u4eab\u72b6\u6001\u8fdb\u884c\u96c6\u4e2d\u5f0f\u7684\u7ba1\u7406\uff08\u8bfb\/\u5199\uff09\uff0c\u4e5f\u662f\u4e00\u79cd\u7ec4\u4ef6\u95f4\u901a\u4fe1\u7684\u65b9\u5f0f\uff0c\u4e14\u9002\u7528\u4e8e\u4efb\u610f\u7ec4\u4ef6\u95f4\u901a\u4fe1\u3002<\/p>\n\n\n\n<p>\u4ec0\u4e48\u65f6\u5019\u4f7f\u7528Vuex\uff1a1.\u591a\u4e2a\u7ec4\u4ef6\u4f9d\u8d56\u4e8e\u540c\u4e00\u72b6\u6001; 2.\u6765\u81ea\u4e0d\u540c\u7ec4\u4ef6\u7684\u884c\u4e3a\u9700\u8981\u53d8\u66f4\u540c\u4e00\u72b6\u6001\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1800\" height=\"1412\" src=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/04\/vuex.png\" alt=\"\" class=\"wp-image-3458\" srcset=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/04\/vuex.png 1800w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/04\/vuex-1000x784.png 1000w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/04\/vuex-500x392.png 500w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/04\/vuex-768x602.png 768w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/04\/vuex-1536x1205.png 1536w\" sizes=\"(max-width: 1800px) 100vw, 1800px\" \/><\/figure>\n\n\n\n<p>\u642d\u5efa\u73af\u5883\uff1a<\/p>\n\n\n\n<p>1.npm i vuex   \u6ce8\u610f\u5b89\u88c5\u7248\u672c vuex\u76844\u7248\u672c\uff0c\u53ea\u80fd\u5728vue3\u4e2d\u4f7f\u7528<\/p>\n\n\n\n<p>2.\u5728main.js\u4e2d\u5f15\u5165vuex<br>import Vuex from &#8216;vuex&#8217;<\/p>\n\n\n\n<p>3.Vue.use(Vuex);<\/p>\n\n\n\n<p>4.\u5728Src\u6587\u4ef6\u5939\u4e2d\u65b0\u5efa\u4e00\u4e2a\u6587\u4ef6\u5939store,\u5728\u91cc\u9762\u521b\u5efaindex.js<\/p>\n\n\n\n<p>5.\u5728index.js\u6587\u4ef6\u4e2d\u5199\u4ee3\u7801<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image.png\" alt=\"\" class=\"wp-image-3470\" width=\"571\" height=\"484\" srcset=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image.png 906w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-500x424.png 500w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-768x651.png 768w\" sizes=\"(max-width: 571px) 100vw, 571px\" \/><\/figure>\n\n\n\n<p>6.\u5728main.js\u4e2d\u5f15\u5165store<\/p>\n\n\n\n<p>import store from &#8216;.\/store&#8217;;<br>new Vue\u7684\u914d\u7f6e\u9879\u4e2d\uff0c\u52a0\u5165store,\u914d\u7f6e\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-1.png\" alt=\"\" class=\"wp-image-3471\" width=\"499\" height=\"233\" srcset=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-1.png 919w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-1-500x234.png 500w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-1-768x360.png 768w\" sizes=\"(max-width: 499px) 100vw, 499px\" \/><\/figure>\n\n\n\n<p>\u811a\u624b\u67b6\u5728\u5f15\u5165\u6587\u4ef6\u65f6\uff0c\u987a\u5e8f\u95ee\u9898\u3002main.js\u4e2d\u626b\u63cf\u6240\u6709\u7684import\u8bed\u53e5\uff0c\u7136\u540e\u653e\u5230\u6587\u4ef6\u524d\u9762\u6267\u884c\uff0c\u518d\u6267\u884c\u5176\u4ed6\u4ee3\u7801\u3002\u6240\u4ee5Vue.use(Vuex)\u5e94\u653e\u5728store.js\u4e2d\u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-2.png\" alt=\"\" class=\"wp-image-3477\" width=\"493\" height=\"502\" srcset=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-2.png 876w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-2-490x500.png 490w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-2-768x783.png 768w\" sizes=\"(max-width: 493px) 100vw, 493px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-3.png\" alt=\"\" class=\"wp-image-3480\" width=\"496\" height=\"320\" srcset=\"https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-3.png 1281w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-3-1000x646.png 1000w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-3-500x323.png 500w, https:\/\/www.lcettsg.cn\/code\/wp-content\/uploads\/2023\/05\/image-3-768x496.png 768w\" sizes=\"(max-width: 496px) 100vw, 496px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>vuex\u662f\u4ec0\u4e48\uff1f\u4e13\u95e8\u5728Vue\u4e2d\u5b9e\u73b0\u96c6\u4e2d\u5f0f\u72b6\u6001\uff08\u6570\u636e\uff09\u7ba1\u7406\u7684\u4e00\u4e2aVue\u63d2\u4ef6\uff0c\u5bf9vue\u5e94\u7528\u4e2d\u591a\u4e2a\u7ec4\u4ef6\u7684\u5171\u4eab\u72b6\u6001\u8fdb\u884c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-3473","post","type-post","status-publish","format-standard","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/3473"}],"collection":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3473"}],"version-history":[{"count":4,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/3473\/revisions"}],"predecessor-version":[{"id":3481,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=\/wp\/v2\/posts\/3473\/revisions\/3481"}],"wp:attachment":[{"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3473"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3473"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lcettsg.cn\/code\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}