diff --git a/index.html b/index.html index 55fdd23..477f001 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,8 @@ - - + + Viktor Kraastav – Reference Page diff --git a/src/App.vue b/src/App.vue index c48ef1c..15f03e7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,6 @@ import { ref } from 'vue' import { RouterView } from 'vue-router' import { version } from '../package.json' -import router from '@/router' import ModalDialog from '@/components/ModalDialog.vue' import LocaleSwitcher from '@/components/LocaleSwitcher.vue' @@ -46,7 +45,7 @@ const close = () => { () -const emit = defineEmits(['update:modelValue']) +const emit = defineEmits() const selectModel = computed({ get() { diff --git a/src/components/NavigationItem.vue b/src/components/NavigationItem.vue index e34facd..8878b63 100644 --- a/src/components/NavigationItem.vue +++ b/src/components/NavigationItem.vue @@ -11,7 +11,7 @@ defineProps()