chore: typo

This commit is contained in:
Vben
2021-04-13 21:42:10 +08:00
parent 6dd7d0f928
commit c9089c3243
11 changed files with 106 additions and 31 deletions

View File

@@ -30,7 +30,7 @@ export function useAttrs(params: Params = {}): Ref<Recordable> | {} {
}
return acm;
}, {} as Hash<any>);
}, {} as Recordable);
attrs.value = res;
});