yout

Results 14 comments of yout

遇到了同样的问题,难道大家都不用懒加载?根本没法正常使用,请问有解决方案了吗

Same error, delete the `node_modules/.cache` and re-run scripts worked fine, the directory has `ts-loader`, `babel-loader`, `vue-loader`, `eslint`. Not sure if it is a bug of `cache-loader` (we just use `cache-loader`...

我的情况正好相反,主应用使用 vue2 + router3,子应用使用 vue3 + vite + router4 子应用配置了 base,使用路由匹配模式激活子应用 在主应用切换一次路由后,再在子应用里切换路由,push 没有报错,但是会导致子应用重新挂载

> > 我的情况正好相反,主应用使用 vue2 + router3,子应用使用 vue3 + vite + router4 > > 子应用配置了 base,使用路由匹配模式激活子应用 > > 在主应用切换一次路由后,再在子应用里切换路由,push 没有报错,但是会导致子应用重新挂载 > > 这个似乎是vue-router4的问题,有找到什么解决方案么? 解决了,用上面大佬说的方案改下低版本的 pushState 就行

> 图片组件,readonly状态时,BubbleMenu要怎么隐藏掉? 同问,大佬解决了吗 🤦‍♂️

> 图片组件,readonly状态时,BubbleMenu要怎么隐藏掉? 还有就算把bubble全取消,选中文字还是会出现bubble,展现为一个小圆点(因为没有bubblemenu-item填充了),我直接写个display: none隐藏掉,还有什么更优解吗

已解决。。。 ![image](https://user-images.githubusercontent.com/24794392/113516592-a8df0100-95ad-11eb-8af3-ab6bbd58449a.png)

🤦‍♂️ 试试这个简单粗暴的方法。。。 ![image](https://user-images.githubusercontent.com/24794392/113516618-d0ce6480-95ad-11eb-960d-61deda7c1667.png)

> 试试 showMenubar + readonly 呢 会有BubbleMenu,只能加css隐藏掉

> 这也行吗🥲 > > > 🤦‍♂️ 试试这个简单粗暴的方法。。。 > > ![image](https://user-images.githubusercontent.com/24794392/113516618-d0ce6480-95ad-11eb-960d-61deda7c1667.png) 😆 是的,全局引入这个插件的css就行,样式也有。因为这个插件本身保存的就是html,可能要注意内容,防止恶意代码注入