Deuscx

Results 11 comments of Deuscx

```js const svgRule = config.module.rule('svg') svgRule.uses.clear() svgRule.oneOf("inline") .type('javascript/auto') .resourceQuery(/inline/) .use('vue-loader') .loader('vue-loader') .end() .use('vue-svg-loader') .loader('vue-svg-loader'); ``` try this

同样的问题,有什么解决方法吗?

> 在ctx中包含了hooks,并且其中已包含beforeCellMouseDown 这里有找到,但是会提示方法报错,和这个issue类型一样 https://github.com/ruilisi/fortune-sheet/issues/238 ```tsx import { Workbook } from '@fortune-sheet/react' function App() { const data = [{ name: 'Sheet1' }] const hooks = { afterCellMouseDown(cell, cellInfo) { console.log('cell, cellInfo:',...

可以将image 也加到 toolbarRender的参数中吗?因为image-preview-group在下载图片的时候也需要 ![image](https://github.com/vueComponent/ant-design-vue/assets/48537979/82121bed-56e3-4de4-b3d5-947ec79614d2)

Same Issue. Is it able to get less page for first render `packages/core/src/layouts/PageSizeCalculator.tsx` ```ts // render less page initial const queryPageSizes = Array(doc.numPages) .fill(0) .map( (_, i) => new Promise((resolve,...

> 大神你好,chrome上的这个插件已经无法正常使用了,如何你方便的话,能够修复一下呢?感谢。 > https://greasyfork.org/zh-CN/scripts/390039-%E5%BE%AE%E5%8D%9A%E8%B6%85%E8%AF%9D%E8%87%AA%E5%8A%A8%E7%AD%BE%E5%88%B0 你好,目前已经更新了。只不过还没有测试许多个超话的情况。

@iipoter 感谢你的帮助 只不过我已经用油猴的开发模板重构了代码,把jquery、toastr这些依赖都移除了,所以旧版的已经不会继续更新了。 在接触新版微博发现一个直接获取超话数据的接口,所以不需要像1.x.x版本一样解析文本再转换了。 https://github.com/Deuscx/WB_SIGN_EXT/blob/072dd9803dcb7b28c2f72bced2a1268f96841178/src/features/Interest.js#L73