Skip to content

Commit

Permalink
use a link because not working nuxtLink
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Aug 16, 2024
1 parent aef2ab1 commit 40c3aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Summary.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if (asyncData.data.value != undefined) {

<template>
<div class="container">
<NuxtLink to='/'>トップに戻る</NuxtLink>
<a href="../">トップに戻る</a>

<h2>合計</h2>
<table class="table small bordered striped table-bordered">
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</p>

<div class="summary_link">
<NuxtLink to='/summary'>サマリー表示</NuxtLink>
<a href="/summary">サマリー表示</a>
</div>

<p text-alignment="center">
Expand Down

0 comments on commit 40c3aaf

Please sign in to comment.