fix(registry): sort data

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-09-23 17:24:54 +07:00
parent 8d9059ad32
commit e3345d7be3
8 changed files with 444 additions and 266 deletions

View file

@ -73,5 +73,10 @@ app.component(
defineAsyncComponent(() => import("@/components/Table.vue"))
);
app.component(
"p-table",
defineAsyncComponent(() => import("@/components/TablePagination.vue"))
);
app.config.globalProperties.$http = http;
app.mount("#app");