-
Notifications
You must be signed in to change notification settings - Fork 289
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
refactor: fix some deprecation warnings #1869
base: dev
Are you sure you want to change the base?
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. |
这个机器人怎么回事 |
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. |
目前还是在等 @GreatZPP 的 review,社区这边应该是有统一时间对 PR 进行审查合并 |
Deploy PR preview failed. |
处理弃用警告
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
。