attached
-
Type:
Function
-
Details:
Called when
vm.$el
is attached to DOM by a directive or a VM instance method such as$appendTo()
. Direct manipulation ofvm.$el
will not trigger this hook.
attached
Type: Function
Details:
Called when vm.$el
is attached to DOM by a directive or a VM instance method such as $appendTo()
. Direct manipulation of vm.$el
will not trigger this hook.
Please login to continue.