yanbowen

Results 31 comments of yanbowen

加油,很期待V3版本发布,等着给项目重构。

> 我这边没有 windows 环境,方便的话可以排查一下可以给这个[仓库](https://github.com/arco-design/arco-material-template/blob/main/packages/template-core/vue/scripts(%24-l)/add-component.js)提个 PR。添加组件的脚本位于项目的 `scripts/add-component.js`。 macos可以替换名字,名字正确但是依然报错 ![image](https://user-images.githubusercontent.com/43030980/177100937-fcbfca4f-e016-4395-a87b-dd5ec5688406.png)

> * [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) > > ## Basic Info > * **Package Name And Version:** @arco-design/[email protected] >...

增加Tooltip 文字提示,会有要求可以复制超出文字的情况 ![image](https://user-images.githubusercontent.com/43030980/146323452-5c703f05-638f-4ae3-bebd-177087eee704.png)

> 已复现,您可以暂时先通过在项目中安装 `postcss-loader` 的方式解决此问题 > > ``` > npm i -D postcss-loader > ``` 收到,谢谢

> 前几个月已经给插件提pr了,近期我们 重新修改一下官方文档 > > https://github.com/vbenjs/vite-plugin-style-import/pull/88/files 可否用[unplugin-vue-components](https://github.com/antfu/unplugin-vue-components)进行按需加载呢, [vite-plugin-style-import](https://github.com/anncwb/vite-plugin-style-import)已经没人维护了吧

> @yanbowe 您好,您的使用场景是什么样子的,可以提供吗? > > 目前这种数据格式是可以的 > > ``` > [ > '测试1111', > '测试2222', > '测试' > ] > ``` 我这边的每个弹幕的dom结构可能比较复杂类似于这种结构,比如有自定义组件的内容的 ![image](https://user-images.githubusercontent.com/43030980/191678952-33ade5cc-384a-47ad-9ffb-6c8f9177e46e.png)

> @yanbowe ok,明白,我这边尽快适配下这种场景。 谢谢您