ying

Results 7 comments of ying

contain this mixins in your router page. export default { beforeRouteLeave (to, from, next) { const scroller = this.$refs.scroller; if(scroller) { if(!window.__scrollOffset) { window.__scrollOffset = {}; } window.__scrollOffset[this.$route.fullPath] = {...

I have the same problem

貌似是html2canvas的版本问题,尝试修改src/worker.js 第二行 `import * as html2canvas from 'html2canvas';` 改成 `import html2canvas from 'html2canvas';` 重新编译生成

A flexible solution, It's works for me BoxConstraints provided by a LayoutBuilder wrapped outside the LineChart ```dart Offset pixelToCoordinate(Offset offset, BoxConstraints constraints) { return Offset( minX + (maxX - minX)...