javascript - VueJS component with DOM elements outside of $el -


i'm new vue , coming custom-built front-end framework we've been using time.

now we've started slowing rolling in vue in our website , refactoring of our old components, , i've run bit of problem.

the question is: there way component instantiate dom elements outside of scope (for example @ end of )?

we need these bits outside of components' container because, example, in case of dropdowns, obscured when 1 of parent elements has overflow: hidden;

any ideas appreciated!


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -