fix lint errors

Co-authored-by: brunoedcf <brest.dallacosta@outlook.com>
This commit is contained in:
RcleydsonR
2022-11-21 16:42:45 -03:00
parent d5467286b0
commit 15e5fed07b
7 changed files with 53 additions and 71 deletions

View File

@@ -5,7 +5,7 @@ import TopBar from "./components/TopBar.vue";
<template>
<TopBar />
<RouterView/>
<RouterView />
</template>
<style scoped></style>