8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
下面这段代码不能响应 text 的点击事件。
<template> <list append='tree'> <cell style="background-color: #0000cc"> <text >AAAAAAAAAA</text> </cell> </list> </template> methods:{ onclick:function(e){ console.log(e); },