vm.$appendTo( elementOrSelector, [callback] )
-
Arguments:
{Element | String} elementOrSelector
{Function} [callback]
-
Returns:
vm
- the instance itself -
Usage:
Append the Vue instance’s DOM element or fragment to target element. The target can be either an element or a querySelector string. 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.