this.currentBooks.rendition.themes.fontSize(fontSize)字号不能切换
老师,我跟着你的免费课程和付费课程一起看的。在代码中,
methods: {
setFontSize(fontSize) {
this.setDefaultFontSize(fontSize)
this.currentBooks.rendition.themes.fontSize(fontSize)
}
}
我fontSize字号能打印出来,就是字体大小不能跟着改变,不知道为什么