feat:#60 format, lint and fix build

This commit is contained in:
masterElmar
2023-11-16 23:45:45 +01:00
parent 9f937afe94
commit e9db7cb4b0
24 changed files with 307 additions and 271 deletions

View File

@ -4,9 +4,8 @@ import { RouterView } from "vue-router";
</script>
<template>
<MenuBar />
<RouterView />
<MenuBar />
<RouterView />
</template>
<style scoped></style>