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