可以在listeners对象中监听事件 <x-custom></x-custom> <dom-module id="x-custom"> <template> <div>I will respond</div> <div>to a tap on</div> <div>any of my children...
可以在listeners对象中监听事件 <x-custom></x-custom> <dom-module id="x-custom"> <template> <div>I will respond</div> <div>to a tap on</div> <div>any of my children...
如果需要监听属性值变化可以通过给observer赋值一个回调函数。 <say-Hello></say-Hello> <dom-module id="say-Hello"> <template> <h1>{{say}}</h1> </template> </dom-module> <scr...
没有更多内容
加载失败,请刷新页面