Skip to content

Commit 062f5da

Browse files
authored
Remove duplicate line.
1 parent 10641db commit 062f5da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

demo/es6/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ <h4>Default</h4>
2020

2121
<div is="uib-pagination" :direction-links="false" :total-items="totalItems" v-model="pagination1"></div>
2222

23-
<div is="uib-pagination" :direction-links="false" :total-items="totalItems" v-model="pagination1" :page-label="pageLabelHtml"></div>
24-
2523
<h6><code>page-label</code> returning <code>raw html</code>:</h6>
2624
<div is="uib-pagination" :direction-links="false" :total-items="totalItems" v-model="pagination1" :page-label="pageLabelHtml"></div>
2725

@@ -54,4 +52,4 @@ <h6><code>boundary-link-numbers</code> set to <code>true</code> and <code>rotate
5452
<script src="dist/main.js"></script>
5553
</body>
5654

57-
</html>
55+
</html>

0 commit comments

Comments
 (0)