Skip to content

Commit ecf13cd

Browse files
committed
moved pagination component stuff to Root component (slot issue)
1 parent e978fe3 commit ecf13cd

File tree

2 files changed

+478
-346
lines changed

2 files changed

+478
-346
lines changed

src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<div id="app">
3-
<vue-bootstrap4-table :data="result" :config="config"></vue-bootstrap4-table>
3+
<vue-bootstrap4-table :data="result" :config="config">
4+
</vue-bootstrap4-table>
45
</div>
56
</template>
67

0 commit comments

Comments
 (0)