feat(theme): mobile view show outline button after removing sidebar (#2274)

pull/2286/head
烽宁 2 years ago committed by GitHub
parent 6a195b68c0
commit 25b9111222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,8 +17,9 @@ const { hasSidebar } = useSidebar()
</script> </script>
<template> <template>
<div v-if="hasSidebar" class="VPLocalNav"> <div class="VPLocalNav">
<button <button
v-if="hasSidebar"
class="menu" class="menu"
:aria-expanded="open" :aria-expanded="open"
aria-controls="VPSidebarNav" aria-controls="VPSidebarNav"

Loading…
Cancel
Save