forked from AkkomaGang/admin-fe
fix lint
This commit is contained in:
parent
46b6a6e19f
commit
703c0c5cc5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue