component-send-maill

2.2.8 • Public • Published

component-send-mail

Install package with yarn

yarn add component-send-mail

Import package to project

<template>
  <div class="send-mail-page">
    <az-send-mail :emailsList="emails"></az-send-mail>
  </div>
</template>

<script>
import { AzSendMail } from 'component-send-mail'
import { glueComponent } from 'vuex-glue'

export default {
  ...
  components: {
    AzSendMail: glueComponent(AzSendMail, 'mails'),
  },
  ...
}
</script>

Config store

import { glueStore } from 'vuex-glue'
import { AzSendMailStore } from 'component-send-mail'

...
export default glueStore(AzSendMailStore, {
  state,
  getters,
  mutations,
  actions,
})

Customize configuration

See Configuration Reference.

/component-send-maill/

    Package Sidebar

    Install

    npm i component-send-maill

    Weekly Downloads

    1

    Version

    2.2.8

    License

    none

    Unpacked Size

    17.6 kB

    Total Files

    6

    Last publish

    Collaborators

    • longlv1