zz

Results 27 comments of zz

这里只支持传入 svg,你可以使用这个包 `@element-plus/icons-svg`。或者在[这里](https://element-plus.gitee.io/en-US/component/icon.html#icon-collection)复制 svg 内容自己设置: ```vue import loading from '@element-plus/icons-svg/loading.svg?raw' const svg = `` sss sss ```

> 这样也行,但是同时引入icon 的svg 和 组件包, 会导致包体积增大吧,是否有可能支持传入组件 > > 为什么要同时引入呢?现在不支持传入组件

> 为了用裸svg, 要引入@element-plus/icons-svg, 项目里有图标需求又要引入@element-plus/icons-vue 按需引入就好了,最后只会打包你用了的图标

Hi @JeremyWuuuuu, I'd like to work on [input-number].

Hi @JeremyWuuuuu, I'd like to work on [config-provider, scrollbar].

Hi @jw-foss , I'd like to work on [slider].

> Hey, same question. My case was with `execa`, which is now pure ESM as well. I was using `tsup` previously and it has a `noExternal` option which solved the...

> Anthony Fu helped me, I just needed to make `execa` a development dependency instead of a normal one, which completely makes sense! > > So @holazz to solve the...

I have refactored the H1 block by tiptap, after that I will refactor H2, H3 and Placeholder. What do you think? @greentfrapp If you don't recommend this, I will close...