Skip to content

Commit 243a779

Browse files
committed
minor change
1 parent 0a7f1bc commit 243a779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/specs/pagnination.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('pagination def', _ => {
66
it('pagination', done => {
77
let vm = createVue({
88
template: `
9-
<data-tables :data="tableData" :paginationDef="paginationDef" ref="dataTable">
9+
<data-tables :data="tableData" :pagination-def="paginationDef" ref="dataTable">
1010
<el-table-column v-for="title in titles"
1111
:prop="title.prop"
1212
:label="title.label"
@@ -38,7 +38,7 @@ describe('pagination def', _ => {
3838
})
3939
done()
4040
}, DELAY)
41-
}),
41+
})
4242

4343
it('pagination is disabled', done => {
4444
let vm = createVue({

0 commit comments

Comments
 (0)