moon-vue-alert

1.0.0 • Public • Published

Vue Alert

Vue.js alert plugin for vue 3

Installation

npm

npm install moon-vue-alert


## Import

```js
// In you main.js
// ... considering that your app creation is here
import Malert from "moon-vue-alert";

createApp(App).use(Malert).mount("#app");

Usage

this.$malert.alert(`I'm a malert`);
this.$malert.alert({
	title:"I am a title",
	text:"I am a malert"
});

/moon-vue-alert/

    Package Sidebar

    Install

    npm i moon-vue-alert

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    6.55 kB

    Total Files

    7

    Last publish

    Collaborators

    • leahwlc