fixed bug with not-display develop-component and changed template, added router-push to path /about

This commit is contained in:
Kostya
2024-01-31 20:20:28 +03:00
parent 03f1207b53
commit 1a816300bd
4 changed files with 8 additions and 5 deletions

View File

@@ -7,7 +7,9 @@
</template>
<script>
import '@/assets/css/DevelopComponent.css'
import '@/assets/css/ComponentsStyles/DevelopComponent.css'
export default {}
export default {
}
</script>