Michael

Results 15 issues of Michael

比如a,b,c网站是每周备份 d,e,f是每天备份 求高手指点一下。

### Describe the Bug When editing articles or other operations in the background, the node service is automatically closed ```bash node:_http_outgoing:654 throw new ERR_HTTP_HEADERS_SENT('remove'); ^ Error [ERR_HTTP_HEADERS_SENT]: Cannot remove headers...

API
Bug

### Version @nuxtjs/color-mode: 3.1.4 nuxt: 3.0.0-rc.6 ### Reproduction Link ### Steps to reproduce ### What is Expected? ```js [warn] [nuxt] You are using a plugin that has not been wrapped...

bug

the color space zinc/slate/neutral not supported ![image](https://user-images.githubusercontent.com/3676670/166162612-f5cf2d03-b864-4c96-88af-f6913f965933.png) ![image](https://user-images.githubusercontent.com/3676670/168847423-754aceed-f708-47e9-bade-50ba7caccbfd.png)

contribution welcome

我看文档example里和vbenadmin里面都没有这个文件。能否写个示例参考一下谢谢。

是从一篇axios+ts封装...进来的。感觉如获至宝(对我这种菜鸟来说)。 但是有个疑问,就是我看这个项目里面涉及到的还并非service目录下的封装的内容,还有hook,api目录,并且在调用的时候也是通过pinia的store的方式。。。这样一套组合下来,就有点感觉脑容量不够了。。以及还有env环境的。。 希望作者不忙时候,能在丰富一些基础的例子哈哈。毕竟能看到这点大多还是小白。赶紧一键三连去了

how to config like this ``` name: "directus-app", // i love you script: "npx", // i love you args: "directus start", // i love you restart_delay: 500, // i love...

### Environment ------------------------------ - Operating System: `Linux` - Node Version: `v16.14.2` - Nuxt Version: `3.1.1` - Nitro Version: `2.1.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-`...

3.x
pending triage

### Describe the bug 1、点击上传按钮,然后不选择文件,并且关闭对话框。 2、刷新页面 3、再次点击上传按钮,则无法选择文件。 https://github.com/vexip-ui/vexip-ui/assets/3676670/585011fa-ab7a-48b2-9092-469059d132a5 ### Reproduction https://stackblitz.com/edit/nuxt-starter-vnvuqa?file=pages%2Fupload.vue ### Steps to reproduce _No response_ ### System Info ```shell System: OS: macOS 12.7.3 CPU: (12) x64 Intel(R) Core(TM)...

正常引入 ```js import { pcTextArr } from 'element-china-area-data' ``` 正常使用 ```vue ``` 但是却报类型错误 不能将类型“DataItem[]”分配给类型“CascaderOption[]”。 不能将类型“DataItem”分配给类型“CascaderOption” 相关版本: "element-china-area-data": "^6.0.2", "element-plus": "^2.3.8" "typescript": "^5.1.6", "nuxt": "^3.6.5",