parent
1379d022ce
commit
d9c4685b64
1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||||
|
<template> |
||||||
|
<div id='question_box'> |
||||||
|
{{ q }} |
||||||
|
</div> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
export default { |
||||||
|
name: 'question', |
||||||
|
props: { |
||||||
|
q: String |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style scoped> |
||||||
|
#question_box { |
||||||
|
font-style: italic; |
||||||
|
} |
||||||
|
</style> |
Loading…
Reference in new issue