framework7-vue
Advanced tools
Comparing version 0.8.1 to 0.8.2
# Change Log | ||
## Framework7 Vue v0.8.2 - Updated on February 10, 2017 | ||
* $route params are passed as a component props for pages and tabs | ||
## Framework7 Vue v0.8.1 - Updated on February 10, 2017 | ||
@@ -4,0 +7,0 @@ * Added boolean `tablet-inset` prop to **f7-block** and **f7-list** components |
@@ -211,3 +211,3 @@ // Pages | ||
{ | ||
path: '/', | ||
path: '/tab-1/:id/:post_id', | ||
tabId: 'tab1', | ||
@@ -222,2 +222,7 @@ component: Tab1 | ||
{ | ||
path: '/tab-2/:id2/:post_id2', | ||
tabId: 'tab2', | ||
component: Tab2 | ||
}, | ||
{ | ||
path: '/tab-3/', | ||
@@ -224,0 +229,0 @@ tabId: 'tab3', |
{ | ||
"name": "framework7-vue", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Build full featured iOS & Android apps using Framework7 & Vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/framework7-vue.min.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4500493
23079