This commit is contained in:
Pan 2017-06-02 18:14:39 +08:00
parent 46b6a6e19f
commit 703c0c5cc5
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
import { mapGetters } from 'vuex';
import SidebarItem from './SidebarItem';
export default {
components:{SidebarItem},
components: { SidebarItem },
computed: {
...mapGetters([
'permission_routers'