You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARN Issues with peer dependencies found
.
└─┬ ant-design-vue
└── ✕ missing peer @vue/compiler-sfc@>=3.1.0
Peer dependencies that should be installed:
@vue/compiler-sfc@>=3.1.0
What is actually happening?
i use tsx in vue3 not template. it should not warning it
为什么会把模板的编译库作为peer依赖呢
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
不必要的peerDependencies . @vue/compiler-sfc
Unnecessary peerDependencies. @vue/compiler-sfc
Feb 11, 2022
Version
3.0.0-beta.9
Environment
mac, chrome85,vue3
Reproduction link
https://stackblitz.com/edit/vue-sfegj7?devtoolsheight=33&file=src/App.vue
Steps to reproduce
What is expected?
it will warning.
What is actually happening?
i use tsx in vue3 not template. it should not warning it
为什么会把模板的编译库作为peer依赖呢
The text was updated successfully, but these errors were encountered: