change: loading performance
This commit is contained in:
parent
7c8be0ccb9
commit
716b5535ae
14 changed files with 129 additions and 98 deletions
|
@ -25,7 +25,7 @@ import type SharedEmphasiseArticle from "../../types/component/shared/emphasiseA
|
|||
import type Lookup from "../../types/collection/lookup";
|
||||
|
||||
const { find } = useStrapi();
|
||||
const { data: lookup } = await useAsyncData("lookup", () =>
|
||||
const { data: lookup } = await useAsyncData(() =>
|
||||
find<Lookup>("collection-lookups", {
|
||||
filters: {
|
||||
collection: "articles",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue