fix(registry): sort data
This commit is contained in:
parent
8d9059ad32
commit
e3345d7be3
8 changed files with 444 additions and 266 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue