提交 e8064b01 编写于 作者: D Divya 提交者: Franck Abgrall

feat($theme-default) Propagate toggleSidebar event to parent (#1816)

上级 eb231bf0
......@@ -121,6 +121,7 @@ export default {
methods: {
toggleSidebar (to) {
this.isSidebarOpen = typeof to === 'boolean' ? to : !this.isSidebarOpen
this.$emit('toggle-sidebar', this.isSidebarOpen)
},
// side swipe
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册