We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7f1bc commit 243a779Copy full SHA for 243a779
test/unit/specs/pagnination.spec.js
@@ -6,7 +6,7 @@ describe('pagination def', _ => {
6
it('pagination', done => {
7
let vm = createVue({
8
template: `
9
- <data-tables :data="tableData" :paginationDef="paginationDef" ref="dataTable">
+ <data-tables :data="tableData" :pagination-def="paginationDef" ref="dataTable">
10
<el-table-column v-for="title in titles"
11
:prop="title.prop"
12
:label="title.label"
@@ -38,7 +38,7 @@ describe('pagination def', _ => {
38
})
39
done()
40
}, DELAY)
41
- }),
+ })
42
43
it('pagination is disabled', done => {
44
0 commit comments