MCPcopy Create free account
hub / github.com/ygs-code/vue / getValue

Function getValue

vue.js:11750–11754  ·  view source on GitHub ↗
(option)

Source from the content-addressed store, hash-verified

11748 }
11749
11750 function getValue(option) {
11751 return '_value' in option
11752 ? option._value
11753 : option.value
11754 }
11755
11756 function onCompositionStart(e) {
11757 e.target.composing = true;

Callers 1

actuallySetSelectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected