mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
fix lint
This commit is contained in:
parent
46b6a6e19f
commit
703c0c5cc5
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user