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

NameTypeDefaultDescription
msgstringnullMessge to show

Events

NameParametersDescription

Slots

NameParametersDescription