sweetwisdom

Results 9 issues of sweetwisdom

### Describe the bug vue cli 中使用此插件可以正常工作,但element-ui的默认样式无法覆盖 ` plugins: [ Components({ resolvers: [ ElementUiResolver({ importStyle: undefined, }), ], }), ` 或者不导入样式,使用全局样式? ### Reproduction vuecli ### System Info ```Shell System: OS:...

希望前端页面加入自动深色模式 推荐下我常用的`darkreader`,可一键配置

老师你好,希望增加json转树形结构,我简单修改了下源码,暂时实现了如下效果: ![image](https://github.com/zxlie/FeHelper/assets/57869305/6d7078c9-7c87-47bf-98fe-91f8a3dc1007) 输入: ```text id name pid 1 aa 0 2 bb 0 3 cc 0 4 dd 0 5 ee 1 6 a0 1 7 a1 1 8 a2...

Use the new selector to fix the bug where the extension not working due to GitHub's updates. `document.querySelector('.react-directory-add-file-icon')?.parentElement?.parentElement` ![image](https://github.com/user-attachments/assets/2e6c9105-c221-4e31-a46e-a83eec6935c7)

### What problem does this feature solve ### 描述: 在 Vue 3 中,`ComponentPublicInstance` 类型可以帮助我们获取组件实例的公共属性类型,方便通过 `ref` 访问组件的公开方法时提供类型提示。然而,当前 **tiny-vue** 组件库似乎不支持这种类型推导。 ### 重现步骤: 1. 使用 `ref` 获取组件实例: ```ts import { ref } from...

enhancement

![Image](https://github.com/user-attachments/assets/58cca018-eac2-4f10-8a81-ff2eb10c515b) 想问下,每次release是从githubaction自己构建的吗

- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.6 ### Environment win11 ### Reproduction link [https://codepen.io/sweetwisdom/pen/azNzOxr](https://codepen.io/sweetwisdom/pen/azNzOxr) ### Steps...

发生问题的地址:

new site

## 贡献者你好 很高兴你能付出自己的时间参与到 vue-fabric-editor 的共建当中,相信很多人都会因为你提交的代码而受益。 ### 原则 我们希望每次提交尽量小(较大重构除外),确保每次改动的影响范围清晰明了,能够方便项目维护者快速将代码合并到主分支。 ### 确保你的代码与主仓库没有冲突 在 PR 前,请确保你的代码与主仓库保持同步,可以参考这篇[文章](https://zhuanlan.zhihu.com/p/467670042)。 ### 确保你的代码能正常打包构建 在 PR 前,请在本地进行打包构建,并进行功能测试,确保功能正常,且不影响其他功能。 - [x] 代码构建正常 ### 告知项目维护者本次修改的功能 请在下方描述你的修改内容: 持久化lock状态,从json加载可还原锁定状态