index.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <!DOCTYPE HTML>
  2. <html lang="old" >
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  6. <title>Introduction · Vuex</title>
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  8. <meta name="description" content="">
  9. <meta name="generator" content="GitBook 3.2.2">
  10. <link rel="stylesheet" href="../gitbook/style.css">
  11. <link rel="stylesheet" href="../gitbook/gitbook-plugin-prism/prism.css">
  12. <link rel="stylesheet" href="../gitbook/gitbook-plugin-search/search.css">
  13. <link rel="stylesheet" href="../gitbook/gitbook-plugin-theme-vuejs/vue.css">
  14. <meta name="HandheldFriendly" content="true"/>
  15. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  16. <meta name="apple-mobile-web-app-capable" content="yes">
  17. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  18. <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
  19. <link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
  20. </head>
  21. <body>
  22. <div class="book">
  23. <div class="book-summary">
  24. <div id="book-search-input" role="search">
  25. <input type="text" placeholder="Type to search" />
  26. </div>
  27. <nav role="navigation">
  28. <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=vuejs" id="_carbonads_js"></script>
  29. <ul class="summary">
  30. <li class="chapter active" data-level="1.1" data-path="./">
  31. <a href="./">
  32. Introduction
  33. </a>
  34. </li>
  35. <li class="divider"></li>
  36. <li>
  37. <a href="https://www.gitbook.com" target="blank" class="gitbook-link">
  38. Published with GitBook
  39. </a>
  40. </li>
  41. </ul>
  42. </nav>
  43. </div>
  44. <div class="book-body">
  45. <div class="body-inner">
  46. <div class="book-header" role="navigation">
  47. <!-- Title -->
  48. <h1>
  49. <i class="fa fa-circle-o-notch fa-spin"></i>
  50. <a href="." >Introduction</a>
  51. </h1>
  52. </div>
  53. <div class="page-wrapper" tabindex="-1" role="main">
  54. <div class="page-inner">
  55. <div id="book-search-results">
  56. <div class="search-noresults">
  57. <section class="normal markdown-section">
  58. <h1 id="vuex-10-docs">Vuex 1.0 Docs</h1>
  59. <ul>
  60. <li><a href="https://github.com/vuejs/vuex/tree/1.0/docs/en" target="_blank">English</a></li>
  61. <li><a href="https://github.com/vuejs/vuex/tree/1.0/docs/zh-cn" target="_blank">Chinese</a></li>
  62. <li><a href="https://github.com/vuejs/vuex/tree/1.0/docs/ja" target="_blank">Japanese</a></li>
  63. <li><a href="https://github.com/vuejs/vuex/tree/1.0/docs/es" target="_blank">Spanish</a></li>
  64. <li><a href="https://github.com/vuejs/vuex/tree/1.0/docs/pt" target="_blank">Portuguese</a></li>
  65. <li><a href="https://github.com/vuejs/vuex/tree/1.0/docs/it" target="_blank">Italian</a></li>
  66. </ul>
  67. </section>
  68. </div>
  69. <div class="search-results">
  70. <div class="has-results">
  71. <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
  72. <ul class="search-results-list"></ul>
  73. </div>
  74. <div class="no-results">
  75. <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. <script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
  82. <div class="bsa-cpc"></div>
  83. <script>
  84. (function(){
  85. if(typeof _bsa !== 'undefined' && _bsa) {
  86. _bsa.init('default', 'CKYD62QM', 'placement:vuejsorg', {
  87. target: '.bsa-cpc',
  88. align: 'horizontal',
  89. disable_css: 'true'
  90. });
  91. }
  92. })();
  93. </script>
  94. </div>
  95. </div>
  96. <script>
  97. var gitbook = gitbook || [];
  98. gitbook.push(function() {
  99. gitbook.page.hasChanged({"page":{"title":"Introduction","level":"1.1","depth":1,"dir":"ltr"},"config":{"plugins":["edit-link","prism","theme-vuejs","-fontsettings","-highlight","github"],"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"edit-link":{"label":"Edit This Page","base":"https://github.com/vuejs/vuex/tree/dev/docs"},"github":{"url":"https://github.com/vuejs/vuex/"},"prism":{},"search":{},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-vuejs":{},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"Vuex","language":"old","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":"*"},"file":{"path":"README.md","mtime":"2018-04-20T00:44:03.875Z","type":"markdown"},"gitbook":{"version":"3.2.2","time":"2018-04-20T00:47:55.633Z"},"basePath":".","book":{"language":"old"}});
  100. });
  101. </script>
  102. </div>
  103. <script src="../gitbook/gitbook.js"></script>
  104. <script src="../gitbook/theme.js"></script>
  105. <script src="../gitbook/gitbook-plugin-edit-link/plugin.js"></script>
  106. <script src="../gitbook/gitbook-plugin-github/plugin.js"></script>
  107. <script src="../gitbook/gitbook-plugin-search/search-engine.js"></script>
  108. <script src="../gitbook/gitbook-plugin-search/search.js"></script>
  109. <script src="../gitbook/gitbook-plugin-lunr/lunr.min.js"></script>
  110. <script src="../gitbook/gitbook-plugin-lunr/search-lunr.js"></script>
  111. <script src="../gitbook/gitbook-plugin-sharing/buttons.js"></script>
  112. </body>
  113. </html>