mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
feat: feedback v2
This commit is contained in:
parent
d17887ca75
commit
9faa251c86
26 changed files with 1042 additions and 419 deletions
73
docs/.vitepress/.imports.json
Normal file
73
docs/.vitepress/.imports.json
Normal file
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue