Refactor #3965 - Update BaseComponent

This commit is contained in:
mertsincan 2023-06-08 12:16:48 +01:00
parent 6c29642632
commit 57b6f2c63a
3 changed files with 11 additions and 13 deletions

View file

@ -137,6 +137,7 @@ import HeaderCheckbox from './HeaderCheckbox.vue';
export default {
name: 'TableHeader',
hostName: 'DataTable',
extends: BaseComponent,
emits: [
'column-click',