mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 09:50:33 +01:00
docs(app): increase content search result limit
This commit is contained in:
@@ -110,7 +110,7 @@ provide('navigation', mappedNavigation)
|
|||||||
items: modules
|
items: modules
|
||||||
}]"
|
}]"
|
||||||
:navigation="filteredNavigation"
|
:navigation="filteredNavigation"
|
||||||
:fuse="{ resultLimit: 42 }"
|
:fuse="{ resultLimit: 100 }"
|
||||||
/>
|
/>
|
||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ provide('navigation', mappedNavigation)
|
|||||||
items: modules
|
items: modules
|
||||||
}]"
|
}]"
|
||||||
:navigation="filteredNavigation"
|
:navigation="filteredNavigation"
|
||||||
:fuse="{ resultLimit: 42 }"
|
:fuse="{ resultLimit: 100 }"
|
||||||
/>
|
/>
|
||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
</UApp>
|
</UApp>
|
||||||
|
|||||||
Reference in New Issue
Block a user