_island

Results 11 issues of _island

I have a dependency property in a function that depends on methods in other modules. I found the localDependency property in the documentation, but it does not solve my problem....

question

![image](https://github.com/ruanyf/weekly/assets/82024018/1cbeabba-24a5-4403-8e80-e5377ad18cdf) GITHUB REPO: https://github.com/QC2168/mib

weekly

目前,`vitepress`并没有提供自动生成侧边栏的配置,需要开发者一个个去手动配置,这是一件很繁琐的事情! 于我开发了一个`vite`插件,用于在`vitepress`项目中自动生成侧边栏,只需要在`vitepress`中的配置文件添加上以下代码即可 ```typescript export default defineConfig({ vite: { plugins: [ AutoSidebar() ] }, }) ``` 如果您还想做一些操作,例如说排序,前缀处理,对生成出来的侧边栏数据进行修改等操作可以向这个插件传入参数即可! 具体使用请见`readme.md`,如果您有更好的建议,欢迎提交`issue`和`pr`哦~ 如果您觉得这个插件有帮助到您,请帮我点一个小小的Star! 感激不已! 仓库地址: [vite-plugin-vitepress-auto-sidebar](https://github.com/QC2168/vite-plugin-vitepress-auto-sidebar)

An error occurred while executing `app.use(anu)` ``` Excessive stack depth comparing types '{ install(app: App, options?: PartialObjectDeep | undefined): void; }' and 'Plugin'.ts(2321) ``` ```typescript // main.ts createApp(App).use(anu).use(pinia).mount('#app') ``` ```...

Demo URL:https://anu-vue.netlify.app/guide/components/select.html#states Through the case on the website, I want to achieve a custom display effect. However, I found that I could not set the displayed elements manually For example,...

I am using electron to develop an application, and I found that when recording gif, if the app is hidden in the background, it will make it impossible to record

### Clear and concise description of the problem I using [drag components](https://github.com/vueuse/vueuse/blob/main/packages/core/useDraggable/index.ts), I couldn't find a switch to disable drag and drop functionality. Can you provide a switch like this?...

enhancement
pr welcome
has pr

您好,这个`electron`插件很棒,非常感谢您开发它! 当我在使用过程中,发现有几个可以优化用户体验的点子 - 当选择完区域之后,我使用画笔绘画完毕之后,无法通过再次点击画笔取消选择 - 一旦使用画笔工具后,无法通过四周的控制点改变当前截图的画布大小 - 当鼠标移动到某个窗口上,是否可以直接选中当前窗口作为画布

When I was using the vitepress framework, I had the problem of style coverage when I introduced the style, which led to the change of my original vitepress style.