1.0.18 • Published 2 years ago

@windplug/vue-toast v1.0.18

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

vue-toast

Toast notification Vue component based on Tailwind

IMPORTANT

IMPORTANT: when using a plugin like @windoplug/vue-toast, you have to include the path here within the tailwind.config.js "content" or Vite/Tailwind will not include the css classes used by the plugin when building or running:

// file: tailwind.config.js:

module.exports = {
  content: [
    "./index.html", /* you might have to add this */
    "./src/**/*.{vue,js,ts,jsx,tsx}",
    "./node_modules/@windplug/vue-toast/**/*.{vue,js,ts,jsx,tsx}" // <-- add this
  ],
  ...
1.0.18

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago