klzhangweiya преди 2 години
родител
ревизия
1015f1c7fd
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      auto-imports.d.ts

+ 3 - 1
auto-imports.d.ts

@@ -4,7 +4,9 @@
 // Generated by unplugin-auto-import
 export {}
 declare global {
-  const EffectScope: typeof import('vue')['EffectScope']
+
+}
+onst EffectScope: typeof import('vue')['EffectScope']
   const computed: typeof import('vue')['computed']
   const createApp: typeof import('vue')['createApp']
   const customRef: typeof import('vue')['customRef']