diff --git a/pages/template.vue b/pages/template.vue index 9765eabd582066ff7789157b5ecb726c3b518574..38d0caf9dd40c9f0f66266af958c6944a1d45d23 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" /> -->