mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 08:12:23 +10:00
merge search branch into redesign
This commit is contained in:
parent
c7153b6739
commit
5bbdf245ae
7 changed files with 1532 additions and 35 deletions
|
@ -108,6 +108,12 @@ export default defineConfig({
|
|||
import.meta.url
|
||||
)
|
||||
)
|
||||
},
|
||||
{
|
||||
find: /^.*VPLocalSearchBox.vue$/,
|
||||
replacement: fileURLToPath(
|
||||
new URL('./theme/components/Search.vue', import.meta.url)
|
||||
)
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue