Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit a8316fe

Browse files
Example fixes
1 parent 8ca90a7 commit a8316fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/examples/Example1.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
div.row
1111
div.col-xs-12
12-
agile(:slides-to-show="5", :infinite="false")
12+
agile
1313
div.slide(v-for="n in 6", :key="n", :class="`slide--${n}`")
1414
h3 {{ n }}
1515

0 commit comments

Comments
 (0)