docs: 📚 更新交流3群二维码图

This commit is contained in:
何嘉悦 2025-06-16 10:18:22 +08:00
parent 206595146e
commit 98a71d2061
4 changed files with 6 additions and 4 deletions

View File

@ -5,6 +5,8 @@
"ComputedRef": true, "ComputedRef": true,
"DirectiveBinding": true, "DirectiveBinding": true,
"EffectScope": true, "EffectScope": true,
"ElMessage": true,
"ElMessageBox": true,
"ExtractDefaultPropTypes": true, "ExtractDefaultPropTypes": true,
"ExtractPropTypes": true, "ExtractPropTypes": true,
"ExtractPublicPropTypes": true, "ExtractPublicPropTypes": true,

View File

@ -89,7 +89,7 @@ pnpm cz # 规范提交自动执行lint
## 🤝 社区支持 ## 🤝 社区支持
| 👨‍👨‍👧‍👦 微信交流群 | 💩 作者微信 | | 👨‍👨‍👧‍👦 微信交流群 | 💩 作者微信 |
|---------------------------------------|-------------------------------------| |---------------------------------------|-------------------------------------|
| <img src="https://cdn.element-plus-x.com/vx-2025-06-06.png" alt="微信交流群" width="230px" height="300px" ><br>扫码加入交流群<br>获取最新动态与技术支持 | <img src="https://cdn.element-plus-x.com/vx.png" alt="作者vx" width="230px" height="300px" ><br>群过期或失效?<br>扫码添加作者微信 | | <img src="https://cdn.element-plus-x.com/vx-2025-06-16.png" alt="微信交流群" width="230px" height="300px" ><br>扫码加入交流群<br>获取最新动态与技术支持 | <img src="https://cdn.element-plus-x.com/vx.png" alt="作者vx" width="230px" height="300px" ><br>群过期或失效?<br>扫码添加作者微信 |
## 🌹 赠人玫瑰,手有余香 ## 🌹 赠人玫瑰,手有余香
<div align="center"> <div align="center">

View File

@ -7,8 +7,8 @@
export {} export {}
declare global { declare global {
const EffectScope: typeof import('vue')['EffectScope'] const EffectScope: typeof import('vue')['EffectScope']
const ElMessage: (typeof import("element-plus/es"))["ElMessage"] const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: (typeof import("element-plus/es"))["ElMessageBox"] const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const computed: typeof import('vue')['computed'] const computed: typeof import('vue')['computed']
const createApp: typeof import('vue')['createApp'] const createApp: typeof import('vue')['createApp']
const customRef: typeof import('vue')['customRef'] const customRef: typeof import('vue')['customRef']

View File

@ -3,7 +3,7 @@
// Generated by unplugin-vue-components // Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399 // Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable // biome-ignore lint: disable
export {}; export {}
/* prettier-ignore */ /* prettier-ignore */
declare module 'vue' { declare module 'vue' {