vue3 ts项目 警告
2024-05-10error.ts:14 ElementPlusError: [el-dialog] [API] the title slot is about to be deprecated in version 3.0.0, please use the header slot instead.以上是警告,大概意思就说 el-dialog的title插槽将要被启用 请用header替代,那么上代码中找到title插槽用headert替代掉就可以了。_[el-dialog] [api] the title slot is about to be deprecated in version 3.0.0,