Skip to content

Commit 3c57eec

Browse files
committed
add swiper docs #2
1 parent 3bf614b commit 3c57eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
// 这个字段走 app.json
1313
config: {
1414
pages: [
15-
'pages/index/index',
15+
'^pages/index/index',
1616
'pages/button/button',
1717
'pages/list/list',
1818
'pages/input/input',
@@ -30,7 +30,7 @@ export default {
3030
'pages/panel/panel',
3131
'pages/preview/preview',
3232
'pages/progress/progress',
33-
'^pages/swiper/swiper',
33+
'pages/swiper/swiper',
3434

3535
'pages/actionsheet/actionsheet',
3636
'pages/dialog/dialog',

0 commit comments

Comments
 (0)