Michael
Michael
```js const Store = require('electron-store'); const store = new Store(); ``` i write above code in prolad.js. In development environment, it work, but it run with error: `Cannot find module...
**问题描述** 给子组件传【id】关键字属性,props接收不到 **复现步骤** ```html ```   组件上的id没有渲染,输出id也为空,把我传的id给赋值到组件的id选择器上了,我想要的实际效果就是传个id过去,不是在html上整个id属性 改成其他关键字就正常了 **系统信息:** 版本:vue3 - 发行平台: 微信小程序 - 操作系统 windows - HBuilderX版本 3.5.1.20220707-alpha
**问题描述** 小程序的script setup不支持顶层await语法 **复现步骤** ```js let res = await http() ``` 上面的语法编译到小程序,会出现以下报错。 因为现在不支持Suspense组件的原因导致报错吗,能不能兼容一下小程序? 现在的选择只有1. 使用then 但是这样不优雅 2. 使用script()选项式语法 但是这样就失去了vue3的script setup的易用性,中看不中用  还有官方的文档该更新了,现在不是全端支持Vite编译了吗,文档上还没更新  **预期结果** 可以运行正常 **实际结果** 报错 **系统信息:** 系统信息: 微信小程序...
- [x] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://github.com/antvis/F2/tree/3.x](https://github.com/antvis/F2/tree/3.x) ### Steps to reproduce 在3.7.8版本npm install 后,运行npm run...
I have the same problem whith [this comment](https://github.com/hakimel/reveal.js/issues/2155#issuecomment-1586758620). reveal.js markdown don't work in React. This is a minimal reproducible issue when trying to render slides using markdown in react. https://stackblitz.com/edit/vitejs-vite-ckayd2?file=src%2FApp.jsx...
### 描述bug(必填) ``` "fileheader.configObj": { "autoAddLine": 15, "autoAdd": true } ``` 我设置了autoAddLine为15,但是好像跟autoAdd冲突了,打开的文件行数都超过15行了还是自动加了头部注释,怎么才可以正常识别? **注释设置(必填):** VsCode设置: ```js // 配置填在这里面 "fileheader.configObj": { "autoAdd": true, "autoAddLine": 15, "autoAlready": true, } ``` ### 文件后缀(必填): xxx.vue
下载后的m3u8文件不会自动合并,需要自己一个个手动合并,作者有空能修复一下吗,我看很多issue都有这个问题