Skip to content

Commit 7c250c6

Browse files
authored
Merge pull request #49 from mpvue/develop
fix: Meituan-Dianping/mpvue:#875
2 parents 886c406 + 89c6a77 commit 7c250c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

template/src/app.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"pages": [
33
"pages/index/main",
4-
"pages/counter/main",
5-
"pages/logs/main"
4+
"pages/logs/main"{{#if vuex}},
5+
"pages/counter/main"
6+
{{/if}}
67
],
78
"window": {
89
"backgroundTextStyle": "light",

0 commit comments

Comments
 (0)