Skip to content

Commit 6e00c06

Browse files
authored
Make Dataset truly renderless
1 parent 4cb8b37 commit 6e00c06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/Dataset.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<template>
2-
<div>
3-
<slot :ds="{ dsShowEntries, dsResultsNumber, dsPage, dsPagecount, dsFrom, dsTo, dsData, dsRows, dsPages }"></slot>
4-
</div>
2+
<slot :ds="{ dsShowEntries, dsResultsNumber, dsPage, dsPagecount, dsFrom, dsTo, dsData, dsRows, dsPages }"></slot>
53
</template>
64

75
<script>

0 commit comments

Comments
 (0)