Skip to content

Commit b62667f

Browse files
committed
use v-bind instead of href
1 parent 63ac847 commit b62667f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Welcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h1>{{info.servername}}</h1>
55
<p>Server time elapsed {{worldTime}}</p>
66

7-
<p><a class="btn btn-primary btn-lg" href="{{homePage}}" role="button">Learn more &raquo;</a></p>
7+
<p><a class="btn btn-primary btn-lg" v-bind:href="homePage" role="button">Learn more &raquo;</a></p>
88

99
</div>
1010
</div>

0 commit comments

Comments
 (0)