Refactor code structure for improved readability and maintainability

This commit is contained in:
Coldin04 2025-04-25 21:31:14 +08:00
parent 1447d2f16d
commit 6d529e1ac5
5 changed files with 144 additions and 20 deletions

View file

@ -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 />