FuNi

Results 7 comments of FuNi

npm install echarts echarts-wordcloud --D in Vue component import echarts from 'echarts' import 'echarts-wordcloud' then use

@fangzhioo do you really import 'echarts-wordcloud'? I use it in another project, it still works. pl make sure you 'npm install echarts-wordcloud' install of 'echarts-wordCloud'

用那个issus的代码写了个demo,在开启虚拟滚动的时候,我看MotionWrapper的height是写死的30,所以要不要把这个当作一个参数. ```ts afNodeRef.value.splice(expandedNodeIndex + 1, 0, { __motion: true, mode: 'expand', height: virtualScroll ? expandedChildren.length * ITEM_SIZE : undefined, nodes: virtualScroll ? expandedChildren.slice(0, viewportItemCount) : expandedChildren }) const createNode =...

@slavasemeniuk there are about 40 errors in 4.2 Swift. Such as : 1. RNVideoProcessing/RNVideoTrimmer/AVUtilities.swift:22:59: 'AVMediaTypeVideo' has been renamed to 'AVMediaType.video'. (/AVFoundation.AVMediaTypeVideo:3:12: 'AVMediaTypeVideo' was obsoleted in Swift 3) 2. RNVideoProcessing/RNVideoTrimmer/AVUtilities.swift:44:66: 'AVFileTypeQuickTimeMovie'...

In your App.vue, it will preserve one Home component instances. So it will mounted twice when you navigate to page1, because the preserved instances will mount Page1 component one time,...

@FloEdelmann The bug seems remains when i upgrade to 9.15.1.