mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 07:12:15 +10:00
73 lines
1.4 KiB
JSON
73 lines
1.4 KiB
JSON
{
|
|
"javascript": {
|
|
"globals": [
|
|
"Component",
|
|
"ComponentPublicInstance",
|
|
"ComputedRef",
|
|
"EffectScope",
|
|
"ExtractDefaultPropTypes",
|
|
"ExtractPropTypes",
|
|
"ExtractPublicPropTypes",
|
|
"InjectionKey",
|
|
"PropType",
|
|
"Ref",
|
|
"VNode",
|
|
"WritableComputedRef",
|
|
"computed",
|
|
"createApp",
|
|
"customRef",
|
|
"defineAsyncComponent",
|
|
"defineComponent",
|
|
"effectScope",
|
|
"getCurrentInstance",
|
|
"getCurrentScope",
|
|
"h",
|
|
"inject",
|
|
"isProxy",
|
|
"isReactive",
|
|
"isReadonly",
|
|
"isRef",
|
|
"markRaw",
|
|
"nextTick",
|
|
"onActivated",
|
|
"onBeforeMount",
|
|
"onBeforeUnmount",
|
|
"onBeforeUpdate",
|
|
"onDeactivated",
|
|
"onErrorCaptured",
|
|
"onMounted",
|
|
"onRenderTracked",
|
|
"onRenderTriggered",
|
|
"onScopeDispose",
|
|
"onServerPrefetch",
|
|
"onUnmounted",
|
|
"onUpdated",
|
|
"provide",
|
|
"reactive",
|
|
"readonly",
|
|
"ref",
|
|
"resolveComponent",
|
|
"shallowReactive",
|
|
"shallowReadonly",
|
|
"shallowRef",
|
|
"toRaw",
|
|
"toRef",
|
|
"toRefs",
|
|
"toValue",
|
|
"triggerRef",
|
|
"unref",
|
|
"useAttrs",
|
|
"useCssModule",
|
|
"useCssVars",
|
|
"useData",
|
|
"useRoute",
|
|
"useRouter",
|
|
"useSlots",
|
|
"watch",
|
|
"watchEffect",
|
|
"watchPostEffect",
|
|
"watchSyncEffect",
|
|
"withBase"
|
|
]
|
|
}
|
|
}
|