1.0.6 • Published 4 years ago
@poetadigital/avatar v1.0.6
Core
Description
Install
$ npm install @poetadigital/core --save-dev
Getting Starting
How to use component
Paramters
Props | Required | Default | Type | Description |
---|---|---|---|---|
msg | true | '' | String | Message for display |
Usage
<template>
<div class="app">
<PCore msg="Poeta Digital"/>
</div>
</template>
<script>
import PCore from '@poetadigital/core';
export default {
components: { PCore }
};
</script>
<style scoped></style>
License
MIT © Poeta Digital