官术网_书友最值得收藏!

Vue Router

Vue Router allows you to map different states of your SPA to different URLs, giving you virtual pages. For example,mydomain.com/might be the front page of a blog and have a component hierarchy like this:

<p id="app">
  <my-header></my-header>
  <blog-summaries></blog-summaries>
  <my-footer></my-footer>
</p>

Whereasmydomain.com/post/1might be an inpidual post from the blog and look like this:

<p id="app">
  <my-header></my-header>
  <blog-post post-id="id">
  <my-footer></my-footer>
</p>

Changing from one page to the other doesn't require areloadof the page, just swapping the middle component to reflect the state of the URL, which is exactly what Vue Router does.

主站蜘蛛池模板: 建水县| 枣强县| 邢台县| 遵义市| 安达市| 兴文县| 武功县| 手游| 普安县| 三江| 温宿县| 聂荣县| 忻城县| 咸丰县| 高碑店市| 平顺县| 宁强县| 苍溪县| 上思县| 博野县| 洪雅县| 广德县| 西和县| 林芝县| 富民县| 宝应县| 宝鸡市| 普兰店市| 克什克腾旗| 英吉沙县| 闸北区| 邵东县| 西城区| 清河县| 库伦旗| 长丰县| 北海市| 资源县| 九龙城区| 常州市| 泗水县|