vm.$el
-
Type:
HTMLElement
-
Read only
-
Details:
The DOM element that the Vue instance is managing. Note that for Fragment Instances,
vm.$el
will return an anchor node that indicates the starting position of the fragment.
vm.$el
Type: HTMLElement
Read only
Details:
The DOM element that the Vue instance is managing. Note that for Fragment Instances, vm.$el
will return an anchor node that indicates the starting position of the fragment.
Please login to continue.