0.0.9 • Published 1 year ago

@wgajda/vue3-component-library v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago