castle
Results
3
issues of
castle
我写了^5.3.35,但是更新并不生效
例子都是写在同一个里面的,获取store当然简单。
version: 0.3.83 ``` this.book = new Epub(URL) this.rendition = this.book.renderTo('read', { width: window.innerWidth, height: window.innerHeight, method: 'default' }) this.rendition.display() this.rendition.on('touchstart', event => { console.log('e', event) this.startX = event.changedTouches[0].clientX this.startTime =...