Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bug-hou/simple-vue
/ patchProp
Function
patchProp
example/custom-render/main.js:21–23 ·
view source on GitHub ↗
(el, key, value)
Source
from the content-addressed store, hash-verified
19
}
20
},
21
patchProp(el, key, value) {
22
el[key] = value;
23
},
24
insert(el, parent) {
25
parent.addChild(el)
26
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected