Skip to content

Commit 377b0fc

Browse files
committed
add swiper-list nvue 示例
1 parent 5241b92 commit 377b0fc

File tree

4 files changed

+495
-5
lines changed

4 files changed

+495
-5
lines changed

pages.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,6 +1117,14 @@
11171117
"navigationBarTitleText": "swiper-list"
11181118
}
11191119
},
1120+
// #endif
1121+
// #ifdef APP-PLUS
1122+
{
1123+
"path": "swiper-list-nvue/swiper-list-nvue",
1124+
"style": {
1125+
"navigationBarTitleText": "swiper-list"
1126+
}
1127+
},
11201128
// #endif
11211129
{
11221130
"path": "scheme/scheme",
@@ -1182,4 +1190,4 @@
11821190
}
11831191
]
11841192
}
1185-
}
1193+
}

pages/tabBar/template/template.nvue

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,12 @@
9191
url: 'swiper-vertical'
9292
},
9393
// #endif
94-
// {
95-
// name: 'swiper-list',
96-
// url: 'swiper-list'
97-
// },
94+
// #ifdef APP-NVUE
95+
{
96+
name: 'swiper-list',
97+
url: 'swiper-list-nvue'
98+
},
99+
// #endif
98100
{
99101
name: 'GlobalData和vuex',
100102
url: 'global'

0 commit comments

Comments
 (0)