0.0.3 • Published 4 years ago

neka-confirm-plugin v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

NekaConfirmPlugin

Your plugin description...

Installation

1. Install

yarn add neka-confirm-plugin
# or
npm i neka-confirm-plugin --save

2. Plug-in

import NekaConfirmPlugin from 'neka-confirm-plugin'

Vue.use(NekaConfirmPlugin)

new Vue({
  // your vue config
  nkConfirmSettings: new NekaConfirmPlugin(),
})

3. Use in your components

<template>
  <neka-confirm-plugin />
</template>

<script>
  export default {
    async created() {
      console.log(this.$nkConfirm);
    },
  };
</script>

License

MIT

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago