xiaoluoboding / vue-sonner

🔔 An opinionated toast component for Vue.
https://vue-sonner.vercel.app
MIT License
803 stars 41 forks source link

fix: toaster class #55

Closed sadeghbarati closed 6 months ago

sadeghbarati commented 6 months ago

@xiaoluoboding

Apologize for something that slipped out of my hand :pray:

in shadcn-vue we need this

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vue-sonner ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 2, 2024 1:58am
sadeghbarati commented 6 months ago

Can you also add some documents with the Vue Teleport component?

sadeghbarati commented 6 months ago

@xiaoluoboding

this commit is for shadcn-vue CLI, detypes error while adding vue-sonner component

detypes is a tool that removes typescript codes from .vue and .ts files

To resolve detypes error I had to merge all those d.ts files generated with vue-tsc to one file (vue-sonner.d.ts) with @microsoft/api-extractor