chore: new version v2.0.7#139
Merged
xiaoluoboding merged 6 commits intomainfrom Aug 17, 2025
Merged
Conversation
commit: |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Closed
| @@ -1,4 +1,4 @@ | |||
| import { toast } from 'vue-sonner' | |||
| import { toast } from '../packages' | |||
Contributor
There was a problem hiding this comment.
Hi thanks for PR @xiaoluoboding
Here you should use vue-sonner and use link: like
to use current types in Nuxt module build
Contributor
There was a problem hiding this comment.
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 ✅
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the mirror of this PR: #135
I can not merge this because it has the build error.