Fix remaining eslint errors

h/t @paescuj
This commit is contained in:
rijkvanzanten
2021-04-29 15:55:12 -04:00
parent 5b7bd55d68
commit 801e868554
308 changed files with 1031 additions and 1221 deletions

View File

@@ -1,7 +1,6 @@
import { ref, Ref } from '@vue/composition-api';
import api from '@/api';
import { Role } from '@/types';
import { ref, Ref } from '@vue/composition-api';
let roles: Ref<Role[] | null> | null = null;
let loading: Ref<boolean> | null = null;

View File

@@ -1,5 +1,4 @@
import { defineModule } from '@/modules/define';
import Collection from './routes/collection.vue';
import Item from './routes/item.vue';