再用el-dialog组件的时候加了一个属性close-on-press-escape=“true”
type check failed for prop "closeOnPressEscape". Expected Boolean, got String with value "true"
type check failed for prop "closeOnPressEscape". Expected Boolean, got String with value "true"
解决办法:
不用加 true,直接写上这个close-on-press-escape就行,看似很简单的问题,有时候也会找不到解决办法,希望看到的人有所启发。

相关文章:

  • 2022-01-12
  • 2022-12-23
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-07-13
相关资源
相似解决方案