9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
<my-component>
|
|
<p>{message}</p>
|
|
|
|
<script>
|
|
export default {
|
|
message: 'hello world'
|
|
}
|
|
</script>
|
|
</my-component> |