parent
549e0cb7bf
commit
f89c9251e6
1 changed files with 22 additions and 0 deletions
@ -0,0 +1,22 @@ |
|||||||
|
<template> |
||||||
|
<div id="Post"> |
||||||
|
<br> |
||||||
|
Read other <a href="/posts">posts</a> |
||||||
|
<br> |
||||||
|
The id of the post is: {{ id }} |
||||||
|
</div> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
export default { |
||||||
|
name: "Post", |
||||||
|
props: { |
||||||
|
id: { |
||||||
|
type: String, |
||||||
|
name: "id", |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style scoped></style> |
Loading…
Reference in new issue