Skip to content

Commit 82c51e0

Browse files
committed
fix: eslint
1 parent d639401 commit 82c51e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Table/src/Table.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { set } from 'lodash-es'
99
import { Pagination, TableColumn, TableSetPropsType, TableSlotDefault } from '@/types/table'
1010
1111
export default defineComponent({
12+
// eslint-disable-next-line vue/no-reserved-component-names
1213
name: 'Table',
1314
props: {
1415
pageSize: propTypes.number.def(10),

0 commit comments

Comments
 (0)