diff --git a/components/Common.vue b/components/Common.vue index 3cd043a..81e8a53 100644 --- a/components/Common.vue +++ b/components/Common.vue @@ -34,7 +34,9 @@
- + + +
@@ -65,7 +67,9 @@
- + + +
@@ -80,9 +84,13 @@ import Sidebar from '@theme/components/Sidebar' import { resolveSidebarItems } from '@theme/helpers/utils' import Password from '@theme/components/Password' import { setTimeout } from 'timers' +import ModuleTransition from '@theme/components/ModuleTransition' +import moduleTransitonMixin from '@theme/mixins/moduleTransiton' export default { - components: { Sidebar, Navbar, Password }, + mixins: [moduleTransitonMixin], + + components: { Sidebar, Navbar, Password, ModuleTransition }, props: { sidebar: {