life88

Results 4 comments of life88

> @fengnex 给你一个我的测试demo吧。效果和时间在上面的评论里面有。我这边找不到win7的电脑 > [nextApp.zip](https://github.com/sorrycc/blog/files/4455161/nextAlitaApp.zip) > ``` > yarn > yarn start > ``` > > > 开启时间为20秒左右 win10,8G,I5CPU,12s+,node v12.13.1

也遇到同样的问题,网上看了一圈大概意思是 `DOMPurify` 需要使用`import DOMPurify from 'dompurify'` 的方式导入,使用 `import * as DOMPurify from 'dompurify'`的导入方式会出现这个问题。 目前我的解决方式是暂时先自定义了一个 `chatItemRenderConfig.contentRender`。我用的 `[email protected]` 的版本

请教一下 `tooltip` 不显示如何解决的?

问题已经解决,可参考 [taro3-vue3-echarts 小程序示例](https://github.com/life88/taro3-vue3-echarts.git)