mirror of
https://github.com/fmhy/edit.git
synced 2026-01-13 15:31:07 +11:00
Complete fuzzy/exact search toggle implementation with screenshots
Co-authored-by: eli32-vlc <84105075+eli32-vlc@users.noreply.github.com>
This commit is contained in:
parent
e3ae5c4256
commit
443d34d169
4 changed files with 71 additions and 6 deletions
|
|
@ -98,6 +98,12 @@ export default defineConfig({
|
|||
replacement: fileURLToPath(
|
||||
new URL('./theme/components/ThemeDropdown.vue', import.meta.url)
|
||||
)
|
||||
},
|
||||
{
|
||||
find: /^.*VPLocalSearchBox\.vue$/,
|
||||
replacement: fileURLToPath(
|
||||
new URL('./theme/components/VPLocalSearchBox.vue', import.meta.url)
|
||||
)
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue