1.0.0 • Published 3 years ago
moon-vue-alert v1.0.0
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"
});
1.0.0
3 years ago