detached
-
Type:
Function
-
Details:
Called when
vm.$el
is removed from the DOM by a directive or a VM instance method. Direct manipulation ofvm.$el
will not trigger this hook.
detached
Type: Function
Details:
Called when vm.$el
is removed from the DOM by a directive or a VM instance method. Direct manipulation of vm.$el
will not trigger this hook.
Please login to continue.