mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-21 01:13:16 +08:00
site: fix menu value & code overflow
This commit is contained in:
parent
f87217ff28
commit
d7ee585e10
@ -229,6 +229,7 @@ export default {
|
||||
]
|
||||
})
|
||||
const mobileMenuValueRef = computed(() => {
|
||||
if (route.name === 'home') return 'home'
|
||||
return findMenuValue(mobileMenuOptionsRef.value, route.path)
|
||||
})
|
||||
function handleMobileUpdateMenu (value, { path }) {
|
||||
|
@ -47,4 +47,5 @@ body {
|
||||
|
||||
.md-card {
|
||||
margin-bottom: 16px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
3
vue3.md
3
vue3.md
@ -460,9 +460,10 @@
|
||||
- [x] vdirs zindexable https://github.com/vuejs/vue-next/issues/3497
|
||||
- [x] collapse-item overflow
|
||||
- [ ] anchor ignore gap 有 bug
|
||||
- [ ] popover click 移动端不生效
|
||||
- [x] popover click 移动端不生效
|
||||
- [ ] menu path 对应的问题
|
||||
- [ ] debug anchor 删除无用 link
|
||||
- [ ] popover inst methods
|
||||
|
||||
## Build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user