Browse Source

feat:拉取仓库

Jake 5 months ago
parent
commit
0ec2a187fc
3 changed files with 615 additions and 8592 deletions
  1. 4 1
      packages/merchant/.eslintrc-auto-import.json
  2. 1 1
      packages/merchant/src/types/auto-import.d.ts
  3. 610 8590
      pnpm-lock.yaml

+ 4 - 1
packages/merchant/.eslintrc-auto-import.json

@@ -93,6 +93,9 @@
     "onWatcherCleanup": true,
     "useId": true,
     "useModel": true,
-    "useTemplateRef": true
+    "useTemplateRef": true,
+    "DirectiveBinding": true,
+    "MaybeRef": true,
+    "MaybeRefOrGetter": true
   }
 }

+ 1 - 1
packages/merchant/src/types/auto-import.d.ts

@@ -93,7 +93,7 @@ declare global {
 // for type re-export
 declare global {
   // @ts-ignore
-  export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
+  export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
   import('vue')
 }
 // for vue template auto import

File diff suppressed because it is too large
+ 610 - 8590
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff