mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-26 19:00:34 +00:00
Update theme submodule
- Wrap long text in aside outline to newline
This commit is contained in:
parent
bc555ecd6b
commit
e7656da9af
@ -48,6 +48,12 @@ export default defineConfig({
|
||||
replacement: fileURLToPath(
|
||||
new URL('./theme/components/VPFooter.vue', import.meta.url)
|
||||
)
|
||||
},
|
||||
{
|
||||
find: /^.*\/VPDocOutlineItem\.vue$/,
|
||||
replacement: fileURLToPath(
|
||||
new URL('./theme/components/VPDocOutlineItem.vue', import.meta.url)
|
||||
)
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 798ac6841c786e7b87f9119d27bed41679186406
|
||||
Subproject commit 32b1deafda0fd8257f1653ddf335950eccea5abd
|
Loading…
Reference in New Issue
Block a user