Skip to content
Snippets Groups Projects
Commit ae8a2691 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Use nuxt link

parent 8dcc869a
No related branches found
No related tags found
No related merge requests found
Pipeline #118336 passed
...@@ -99,9 +99,9 @@ function goToAnalysis(analysisId: number) { ...@@ -99,9 +99,9 @@ function goToAnalysis(analysisId: number) {
</v-text-field> </v-text-field>
</template> </template>
<span v-else> <span v-else>
<v-chip variant="text" :to="`/analyses/${analysis.raw.id}/systems`"> <NuxtLink :to="`/analyses/${analysis.raw.id}/systems`" style="color: inherit; text-decoration: none;">
{{ analysis.raw.name }} {{ analysis.raw.name }}
</v-chip> </NuxtLink>
</span> </span>
</template> </template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment