BlogPlaygroundOne

v-mutate API


Modifiers
boolean
boolean
boolean
boolean
boolean
boolean

Sets the value of attributes to true.

Sets the value of characterData to true.

Sets the value of childList to true.

The provided handler function is invoked immediately when directive is attached to element.

The provided handler function is only invoked once.

Sets the value of subtree to true.

Value
| MutationCallback | { handler: MutationCallback; options: MutationObserverInit }

A handler function that is invoked when the element that the directive is attached to is mutated, or an object of MutationObserver options.