简单的原代码canvas加载失败:Cannot read property 'getContext' of null"

vue2.0 使用canvas报错:Cannot read property 'getContext' of null" 

 

 原因是canvas父级用到了v-if ,vue Dom节点 重新渲染导致methods 方法获取不到对象,所以把v-if改成v-show,就能加载成功了!

vue2.0 使用canvas报错:Cannot read property 'getContext' of null" 

相关文章:

  • 2022-12-23
  • 2021-11-01
  • 2021-12-22
  • 2021-11-03
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
猜你喜欢
  • 2022-12-23
  • 2021-04-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
相关资源
相似解决方案