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
Post a Comment