ccbear

Results 3 issues of ccbear

开发时,遇到 一个组件里边要控制的子元素颇多。子元素转换为component写了很多的$template,感觉挺浪费的。不知有什么解决方法?

项目没有用jquery 之类的库,用impex基本可以解决。但是,需要在组件中操作元素的时候(根据数据调整元素效果),感觉并不不方便。把元素转化为组件也得写一堆代码。不想为了选择器增加jquery等库~

**Bug Description**: There is a potential writing error in `sound/src/htmlaudio/HTMLAudioInstance.ts` on line 341. The code snippet `this.emit('progress', start, this._duration);` should have `'start'` modified to `'start/this._duration'`. Steps to Reproduce: Navigate to...