You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.9 KiB

5 months ago
5 months ago
5 months ago
  1. {
  2. "globals": {
  3. "Component": true,
  4. "ComponentPublicInstance": true,
  5. "ComputedRef": true,
  6. "DirectiveBinding": true,
  7. "EffectScope": true,
  8. "ExtractDefaultPropTypes": true,
  9. "ExtractPropTypes": true,
  10. "ExtractPublicPropTypes": true,
  11. "InjectionKey": true,
  12. "MaybeRef": true,
  13. "MaybeRefOrGetter": true,
  14. "PropType": true,
  15. "Ref": true,
  16. "TabPaneName": true,
  17. "VNode": true,
  18. "WritableComputedRef": true,
  19. "computed": true,
  20. "createApp": true,
  21. "customRef": true,
  22. "defineAsyncComponent": true,
  23. "defineComponent": true,
  24. "effectScope": true,
  25. "getCurrentInstance": true,
  26. "getCurrentScope": true,
  27. "h": true,
  28. "inject": true,
  29. "isProxy": true,
  30. "isReactive": true,
  31. "isReadonly": true,
  32. "isRef": true,
  33. "markRaw": true,
  34. "nextTick": true,
  35. "onActivated": true,
  36. "onBeforeMount": true,
  37. "onBeforeRouteLeave": true,
  38. "onBeforeRouteUpdate": true,
  39. "onBeforeUnmount": true,
  40. "onBeforeUpdate": true,
  41. "onDeactivated": true,
  42. "onErrorCaptured": true,
  43. "onMounted": true,
  44. "onRenderTracked": true,
  45. "onRenderTriggered": true,
  46. "onScopeDispose": true,
  47. "onServerPrefetch": true,
  48. "onUnmounted": true,
  49. "onUpdated": true,
  50. "onWatcherCleanup": true,
  51. "provide": true,
  52. "reactive": true,
  53. "readonly": true,
  54. "ref": true,
  55. "resolveComponent": true,
  56. "shallowReactive": true,
  57. "shallowReadonly": true,
  58. "shallowRef": true,
  59. "toRaw": true,
  60. "toRef": true,
  61. "toRefs": true,
  62. "toValue": true,
  63. "triggerRef": true,
  64. "unref": true,
  65. "useAttrs": true,
  66. "useCssModule": true,
  67. "useCssVars": true,
  68. "useId": true,
  69. "useLink": true,
  70. "useModel": true,
  71. "useRoute": true,
  72. "useRouter": true,
  73. "useSlots": true,
  74. "useTemplateRef": true,
  75. "watch": true,
  76. "watchEffect": true,
  77. "watchPostEffect": true,
  78. "watchSyncEffect": true,
  79. "withModifiers": true,
  80. "ElNotification": true
  81. }
  82. }