missing empty lines

This commit is contained in:
Adrian Hopek
2022-05-11 10:34:11 +02:00
parent f50da3b79c
commit 5dea3293c6
5 changed files with 5 additions and 5 deletions

View File

@@ -43,4 +43,4 @@ const selectedValue = computed({
const currentIndex = computed(() => props.levels.findIndex((level) => level.level === selectedValue.value.level))
</script>
</script>