Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit 3ebdd29

Browse files
author
Ken Berkeley
committed
comp name DataTable => Datatable
1 parent 91e1283 commit 3ebdd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ import replaceWith from 'replace-with'
104104
import _orderBy from 'lodash/orderBy'
105105
106106
export default {
107-
name: 'DataTable',
107+
name: 'Datatable',
108108
components: { HeaderSettings, HeadSort, LimitSelect, MultiSelect, Pagination },
109109
props: {
110110
columns: { type: Array, required: true },

0 commit comments

Comments
 (0)