feat (base): introduce base data table component

This commit is contained in:
Abizrh
2025-08-13 17:04:54 +07:00
parent bb12d363c4
commit 922820f1b0
2 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ defineProps<{
</script>
<template>
<PubNavDataTable
<PubBaseDataTable
:rows="data"
:cols="cols"
:header="header"