Commit 703c0c5c authored by Pan's avatar Pan

fix lint

parent 46b6a6e1
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
<script> <script>
import { mapGetters } from 'vuex'; import { mapGetters } from 'vuex';
import SidebarItem from './SidebarItem'; import SidebarItem from './SidebarItem';
export default { export default {
components:{SidebarItem}, components: { SidebarItem },
computed: { computed: {
...mapGetters([ ...mapGetters([
'permission_routers' 'permission_routers'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment