0.0.9 • Published 3 years ago

@wgajda/vue3-component-library v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

VUE3 TOASTRS LIBRARY

Instalation

npm i @wgajda/vue3-component-library

Usage

main.js

import { createApp } from "vue";
import App from "./App.vue";

import plugin from "@wgajda/vue3-component-library";

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

You could now reference components in any Vue template of your project without importing anything.

<template>
    <Toastr />
</template>
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago