From 2ff78f3df36d8f9b7392e16a5519e60255460317 Mon Sep 17 00:00:00 2001 From: paidge <paidge_cs@hotmail.com> Date: Mon, 10 Jan 2022 22:30:37 +0100 Subject: [PATCH] correct the template so it can be displayed --- pages/template.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/template.vue b/pages/template.vue index 9765eab..38d0caf 100644 --- a/pages/template.vue +++ b/pages/template.vue @@ -1,6 +1,6 @@ <template> <main class="container"> - <h2 class="text-center mb-5 font-weight-light">{{ this.myFunction() }}</h2> + <h2 class="text-center mb-5 font-weight-light">{{ myvar }}</h2> <code>For internal links, use <NuxtLink :to="localePath('path/page')">My link</NuxtLink></code> <p>Use <code>$t() and $d()</code> functions to translate strings and dates</p> <!-- <NavigationLoader :isLoading="$apollo.queries.myresponse.loading" /> --> -- GitLab