We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ac847 commit b62667fCopy full SHA for b62667f
web/src/components/Welcome.vue
@@ -4,7 +4,7 @@
4
<h1>{{info.servername}}</h1>
5
<p>Server time elapsed {{worldTime}}</p>
6
7
- <p><a class="btn btn-primary btn-lg" href="{{homePage}}" role="button">Learn more »</a></p>
+ <p><a class="btn btn-primary btn-lg" v-bind:href="homePage" role="button">Learn more »</a></p>
8
9
</div>
10
0 commit comments