这个小提琴坏了。删除 oops 功能以修复它。需要oops功能时怎么办? https://jsfiddle.net/mvvapzub/1/
oops(e) {
}
这是一个具有防暴功能(isFolder)并且没有损坏的小提琴。 https://jsfiddle.net/walkermatt/1vdo5pmf/1/
这个小提琴坏了。删除 oops 功能以修复它。需要oops功能时怎么办? https://jsfiddle.net/mvvapzub/1/
oops(e) {
}
这是一个具有防暴功能(isFolder)并且没有损坏的小提琴。 https://jsfiddle.net/walkermatt/1vdo5pmf/1/
通过缩进脚本标签内的所有内容来修复
https://jsfiddle.net/mvvapzub/3/
/// this does NOT work
<script type="riot/tag">
<app>
<table>
...
</table>
...
oops(e) {
return true
}
</app>
</script>
.
/// this works
<script type="riot/tag">
<app>
<table>
...
</table>
...
oops(e) {
return true
}
</app>
</script>