refactor: fix some deprecation warnings#1869
Open
fu050409 wants to merge 4 commits intoDevCloudFE:devfrom
Open
refactor: fix some deprecation warnings#1869fu050409 wants to merge 4 commits intoDevCloudFE:devfrom
fu050409 wants to merge 4 commits intoDevCloudFE:devfrom
Conversation
|
PR preview has been successfully built and deployed to https://vue-devui-pr-1869.surge.sh. |
|
Deploy PR preview failed. |
3 similar comments
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
Member
Author
这个机器人怎么回事 |
|
Deploy PR preview failed. |
16 similar comments
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
|
Deploy PR preview failed. |
Member
Author
|
目前还是在等 @GreatZPP 的 review,社区这边应该是有统一时间对 PR 进行审查合并 |
|
Deploy PR preview failed. |
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.




处理弃用警告
What's Changed
修复了以下警告:
已知这是一个拼写错误,vite要求使用
/* @vite-ignore */而不是/* vite-ignore */。修复了
[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead of ::v-deep <inner-selector>.,这是由于新版的Vue使用:deep(<inner-selector>)而不是::v-deep <inner-selector>。更新了
CONTRIBUTING.md,之前的PR已经被Merge,我们无需要求开发者使用旧版pnpm。