Skip to content

Commit

Permalink
refactor: delete the redundant provide code (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonemeen committed Aug 17, 2023
1 parent 33962e0 commit 5171533
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client/theme-default/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ watch(() => route.path, closeSidebar)
useCloseSidebarOnEscape(isSidebarOpen, closeSidebar)
provide('close-sidebar', closeSidebar)
provide('is-sidebar-open', isSidebarOpen)
const { frontmatter } = useData()
const slots = useSlots()
Expand Down

0 comments on commit 5171533

Please sign in to comment.