parent
afc5dea589
commit
c4d1b02c2e
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
<template> |
||||||
|
<div> |
||||||
|
{{ a }} |
||||||
|
</div> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
export default { |
||||||
|
name: 'answer', |
||||||
|
props: { |
||||||
|
a: String |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
Loading…
Reference in new issue