vm.$remove( [callback] )
-
Arguments:
{Function} [callback]
-
Returns:
vm
- the instance itself -
Usage:
Remove the Vue instance’s DOM element or fragment from the DOM. This method will trigger transitions if present. The callback is fired after the transition has completed (or immediately if no transition has been triggered).
Please login to continue.