MCPcopy
hub / github.com/vuejs/core / mounted

Function mounted

packages/runtime-dom/src/directives/vModel.ts:84–86  ·  view source on GitHub ↗
(el, { value })

Source from the content-addressed store, hash-verified

82 },
83 // set value on mounted so it's after min/max for type="range"
84 mounted(el, { value }) {
85 el.value = value == null ? '' : value
86 },
87 beforeUpdate(
88 el,
89 { value, oldValue, modifiers: { lazy, trim, number } },

Callers

nothing calls this directly

Calls 2

setSelectedFunction · 0.85
callModelHookFunction · 0.85

Tested by

no test coverage detected