Skip to content

Commit

Permalink
Merge branch 'develop' into feature/v3-default-template
Browse files Browse the repository at this point in the history
  • Loading branch information
caiobiodere committed Mar 28, 2019
2 parents 693f116 + 198b88d commit 78eb8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-template-framework7-vue-webpack",
"version": "2.3.6",
"version": "2.3.7",
"description": "Cordova template with framework7, vue 2 and webpack 2.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion template_src/src/assets/vue/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<f7-page>
<f7-navbar>
<f7-nav-left>
<f7-link class="panel-open" open-panel="left" icon="fa fa-bars"></f7-link>
<f7-link class="panel-open" panel-open="left" icon="fa fa-bars"></f7-link>
</f7-nav-left>
<div class="title">Framework7-Vue</div>
<f7-nav-right>
Expand Down

0 comments on commit 78eb8e2

Please sign in to comment.