We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf48496 commit e20dfa8Copy full SHA for e20dfa8
src/components/Sidebar/CSidebar.vue
@@ -5,7 +5,7 @@
5
</template>
6
<script>
7
import { mixin as clickaway } from 'vue-clickaway2'
8
-import { hideMobile } from '../../mixins/hideMobile'
+import { hideMobile } from './hideMobile'
9
10
export default {
11
name: 'CSidebar',
src/components/Sidebar/CSidebarNavItem.vue
@@ -24,7 +24,7 @@
24
25
26
27
28
29
name: 'CSidebarNavItem',
30
mixins: [ hideMobile ],
src/mixins/hideMobile.js renamed to src/components/Sidebar/hideMobile.js
0 commit comments