Skip to content

Commit 89c6a77

Browse files
committed
fix: Meituan-Dianping/mpvue:#875
1 parent c2e63c5 commit 89c6a77

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)