🔱: [client] sync upgrade with 2 commits [trident-sync]

chore:
client_sync
GitHub Actions Bot 2024-11-07 19:24:59 +00:00
parent 575416a16d
commit 08854e0ab9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default defineComponent({
//
onMounted(async () => {
await useFsAsync({ crudBinding, crudRef,crudExpose, context, createCrudOptions });
await useFsAsync({ crudBinding, crudRef, crudExpose, context, createCrudOptions });
await crudExpose.doRefresh();
});