Skip to content
Snippets Groups Projects
Commit 2ff78f3d authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correct the template so it can be displayed

parent 55399bc9
No related branches found
No related tags found
No related merge requests found
<template> <template>
<main class="container"> <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> <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> <p>Use <code>$t() and $d()</code> functions to translate strings and dates</p>
<!-- <NavigationLoader :isLoading="$apollo.queries.myresponse.loading" /> --> <!-- <NavigationLoader :isLoading="$apollo.queries.myresponse.loading" /> -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment