mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 20:50:35 +03:00
Fix typo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<h3>{{ post.title }}</h3>
|
||||
<p>{{ post.content}}<p>
|
||||
<p>{{ post.content}}</p>
|
||||
<router-link to="/">Go back home</router-link>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user