MCPcopy Create free account
hub / github.com/keepfool/vue-tutorials / removeText

Function removeText

06.Router/basic/js/vue.js:7192–7194  ·  view source on GitHub ↗

* Linker for an skipped text node. * * @param {Vue} vm * @param {Text} node

(vm, node)

Source from the content-addressed store, hash-verified

7190 */
7191
7192 function removeText(vm, node) {
7193 remove(node);
7194 }
7195
7196 /**
7197 * Process a single text token.

Callers

nothing calls this directly

Calls 1

removeFunction · 0.70

Tested by

no test coverage detected