In Vue, can I watch/observe changes to getCurrentInstance().proxy.$el, specifically when $el changes from a p element to a div element? #12592
Unanswered
rick-hup
asked this question in
Help/Questions
Replies: 1 comment
-
Watch the reactive data that is used for deciding whether vue should render p or div element or the reactive data that is used for rendering this element's attributes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Vue, can I watch/observe changes to getCurrentInstance().proxy.$el, specifically when $el changes from a p element to a div element?
Beta Was this translation helpful? Give feedback.
All reactions