fix lint @typescript-eslint/ban-types

This commit is contained in:
Johann150
2022-07-04 16:46:48 +02:00
parent d748ba2c51
commit a228d1ddaa
5 changed files with 7 additions and 10 deletions

View File

@@ -13,9 +13,6 @@ const props = defineProps<{
router?: Router;
}>();
const emit = defineEmits<{
}>();
const router = props.router ?? inject('router');
if (router == null) {