fix error with install vue router

This commit is contained in:
Kostya
2023-11-12 22:13:34 +03:00
parent 086515f3b8
commit b69c3b2b17
7 changed files with 26 additions and 279 deletions

View File

@@ -8,11 +8,9 @@
export default {
name: 'App',
components: {
}
components: {}
}
</script>
<style>
</style>