Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/keepfool/vue-tutorials
/ remove
Function
remove
06.Router/basic/js/vue.js:1229–1231 ·
view source on GitHub ↗
* Remove el from DOM * * @param {Element} el
(el)
Source
from the content-addressed store, hash-verified
1227
*/
1228
1229
function
remove(el) {
1230
el.parentNode.removeChild(el);
1231
}
1232
1233
/**
1234
* Prepend el to target
Callers
4
removeWithTransition
Function · 0.70
vue.js
File · 0.70
removeText
Function · 0.70
removeWithCb
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected