aotoo-xquery icon indicating copy to clipboard operation
aotoo-xquery copied to clipboard

unexpected attribute name, near `picture...`

Open TheLostIn opened this issue 3 years ago • 0 comments

刚导入项目的时候报了这个错,请问哪里需要改动一下吗

VM73:1 ./components/aotoo/templates/inner_templates.wxml
 unexpected attribute name, near `picture...`
  478 |       poster-for-crawler="{{props['poster-for-crawler']||''}}"
  479 |       show-casting-button="{{props['show-casting-button']||false}}"
> 480 |       picture-in-picture-mode="{{props['picture-in-picture-mode']||''}}"
      |      ^
  481 |       picture-in-picture-show-progress="{{props['picture-in-picture-show-progress']|| false }}"
  482 |       enable-auto-rotation="{{props['enable-auto-rotation']|| false }}"
  483 |       show-screen-lock-button="{{props['show-screen-lock-button']|| false }}"
at files://components/aotoo/templates/inner_templates.wxml#480

TheLostIn avatar Mar 14 '21 10:03 TheLostIn