diff --git a/index.html b/index.html index 477f001..55fdd23 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 15f03e7..c48ef1c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,7 @@ 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' @@ -45,7 +46,7 @@ const close = () => { () -const emit = defineEmits() +const emit = defineEmits(['update:modelValue']) const selectModel = computed({ get() { diff --git a/src/components/NavigationItem.vue b/src/components/NavigationItem.vue index 8878b63..e34facd 100644 --- a/src/components/NavigationItem.vue +++ b/src/components/NavigationItem.vue @@ -11,7 +11,7 @@ defineProps()