Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
1447d2f16d
commit
6d529e1ac5
5 changed files with 144 additions and 20 deletions
|
|
@ -5,7 +5,9 @@ import HelloWorld from './components/HelloWorld.vue'
|
|||
|
||||
<template>
|
||||
<header>
|
||||
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" />
|
||||
<RouterLink to="/">
|
||||
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" />
|
||||
</RouterLink>
|
||||
</header>
|
||||
|
||||
<RouterView />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue