import{App,createApp}from'vue';importrouterfrom'./routes';importVue3Toasity,{typeToastContainerOptions}from'vue3-toastify';importRootfrom'./App.vue';importAntdfrom'ant-design-vue';import'ant-design-vue/dist/reset.css';functionresolveGLobalComponents(instance:App<Element>){instance.use(Antd);}co...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} jerrywu001 / vue3-toastify Public Notifications You must be signed in to change notification settings Fork 30 Star 355 Code Issues ...
🎉 Vue3-Toastify allows you to add notifications to your app with ease. - Release v0.2.7 · jerrywu001/vue3-toastify
npm install vue3-toastify Using yarn yarn add vue3-toastify Using pnpm pnpm add vue3-toastify Basic Usage <template>Notify !</template>import{toast}from'vue3-toastify';import'vue3-toastify/dist/index.css';constnotify=()=>{toast("Wow so easy !",{autoClose:1000,});// ToastOptions} ...
3", "vite-plugin-style-import": "^2.0.0", "vitest": "^0.34.1", "vitest": "^0.34.3", "vue-tsc": "^1.8.8" }, "peerDependencies": { 1 comment on commit ccdf01d github-actions bot commented on ccdf01d Sep 1, 2023 Deploy preview for vue3-toastify ready! ✅ Preview ...
edited Cannot make it work in vue3 project, it was working some days ago, some hint? Error in ./node_modules/vue3-toastify/dist/esm/index.js Module parse failed: Unexpected token You may need an appropriate loader to handle this file type, currently no loaders are configured to process ...
🎉 Vue3-Toastify allows you to add notifications to your app with ease. - Release v0.1.14 · jerrywu001/vue3-toastify
🎉 Vue3-Toastify allows you to add notifications to your app with ease. - doc: commitlint config update · jerrywu001/vue3-toastify@00a8acb
"vue3-toast", "vue3-component" ], "homepage": "https://vue3-toastify.js-bridge.com", "homepage": "https://vue3-toastify.netlify.app", "bugs": { "url": "https://github.com/jerrywu001/vue3-toastify/issues" }, @@ -95,7 +95,7 @@ "@testing-library/vue": "^7.0.0", ...
"description": "🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!", "keywords": [ "vue", @@ -87,22 +88,22 @@ "@babel/plugin-transform-typescript": "^7.23.4", "@babel/preset-env": "^7.23.3", "@babel/preset-typescript": "^7.23.3...