Component A
This is a simple Hello Word component with a prop and use icon from a font file.
Example Usage
You may show demo below with the code snippet.
Hello World!
<template>
<ComponentA msg="World"/>
</template>Reference
You may show props, slots, events, methods, etc. using Markdown.
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| msg | string | null | Messge to show |
Events
| Name | Parameters | Description |
|---|---|---|
Slots
| Name | Parameters | Description |
|---|---|---|