-
-
Notifications
You must be signed in to change notification settings - Fork 68
chore: new version v2.0.7 #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
commit: |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| @@ -1,4 +1,4 @@ | |||
| import { toast } from 'vue-sonner' | |||
| import { toast } from '../packages' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi thanks for PR @xiaoluoboding
Here you should use vue-sonner and use link: like
to use current types in Nuxt module build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check https://www.npmjs.com/package/vue-sonner?activeTab=code head to lib/nuxt/runtime/plugin.d.ts the types are wrong ../packages/index.js ❌ it should be vue-sonner ✅
the mirror of this PR: #135
I can not merge this because it has the build error.