Skip to content

Commit 00278b9

Browse files
committed
Merge branch 'master' of github.com:OnsenUI/vue-cordova-webpack
2 parents 4a502cd + b835fba commit 00278b9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"lint": "eslint --ext .js,.vue src{{#unit}} test/unit/specs{{/unit}}{{#e2e}} test/e2e/specs{{/e2e}}"{{/lint}}
1616
},
1717
"dependencies": {
18-
"onsenui": "~2.6.1",
18+
"onsenui": "~2.7.2",
1919
"vue": "^2.5.0",
20-
"vue-onsenui": "~2.2.1"{{#vuex}},
20+
"vue-onsenui": "~2.3.0"{{#vuex}},
2121
"vuex": "^3.0.0"{{/vuex}}
2222
},
2323
"devDependencies": {

template/src/components/HomePage.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ img {
9696
max-width: 300px;
9797
}
9898
99+
ons-list-title {
100+
text-transform: none;
101+
}
102+
99103
ons-list-title:not(:first-of-type) {
100104
margin-top: 30px;
101105
}

template/src/components/MenuPage.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ img {
6868
max-width: 150px;
6969
}
7070
71+
ons-list-title {
72+
text-transform: none;
73+
}
74+
7175
ons-list-item {
7276
cursor: pointer;
7377
}

0 commit comments

Comments
 (0)