Browse Source

修改

lwx_v1
hreenshan112 1 year ago
parent
commit
8f4bdc8e2c
  1. 2
      .gitignore
  2. 2
      src/autoImport/auto-imports.d.ts

2
.gitignore

@ -8,6 +8,8 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
src/autoImport
autoImport
dist
dist-ssr
*.local

2
src/autoImport/auto-imports.d.ts

@ -287,10 +287,8 @@ declare module 'vue' {
interface GlobalComponents {}
interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']>
readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']>
readonly ElNotification: UnwrapRef<typeof import('element-plus/es')['ElNotification']>
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
readonly computed: UnwrapRef<typeof import('vue')['computed']>

Loading…
Cancel
Save