MCPcopy
hub / github.com/vexip-ui/vexip-ui / mount

Function mount

common/hooks/src/mounted.ts:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 const isMounted = ref(false)
5
6 const mount = () => (isMounted.value = true)
7
8 onMounted(() => {
9 if (wait === 'tick') {

Callers 15

useMountedFunction · 0.70
spin.spec.tsxFile · 0.50
progress.spec.tsxFile · 0.50
createConfirmFunction · 0.50
confirm.spec.tsxFile · 0.50
layout.spec.tsxFile · 0.50
highlight.spec.tsxFile · 0.50
alert.spec.tsxFile · 0.50
createTooltipFunction · 0.50
image.spec.tsxFile · 0.50
renderer.spec.tsxFile · 0.50

Calls

no outgoing calls

Tested by 11

createConfirmFunction · 0.40
createTooltipFunction · 0.40
createContextmenuFunction · 0.40
createScrollFunction · 0.40
createSlideCaptchaFunction · 0.40
createCaptchaFunction · 0.40
createLoadingFunction · 0.40
createNoticeFunction · 0.40
createScrollFunction · 0.40
createMessageFunction · 0.40
createToastFunction · 0.40