1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00
This commit is contained in:
Pan 2017-06-02 18:14:39 +08:00
parent 46b6a6e19f
commit 703c0c5cc5

View File

@ -6,9 +6,9 @@
<script>
import { mapGetters } from 'vuex';
import SidebarItem from './SidebarItem';
import SidebarItem from './SidebarItem';
export default {
components:{SidebarItem},
components: { SidebarItem },
computed: {
...mapGetters([
'permission_routers'