How to mount tooltip together when a page is created() #852
Unanswered
qkrdkwl9090
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using v-popover
Would it be possible to have the tooltip mounted together the first time the page is created() rather than mounted to dom only when it is operated by trigger?
Now, we temporarily give the option 'disposeTimeout' a 'null' value, then use 'open' to make 'mount' as soon as the page is created, then change the 'open' value to 'false' and immediately mount it in this way.
Wanted to be like "- mount eager" option.
v-tooltip version: 2.1.3
Beta Was this translation helpful? Give feedback.
All reactions