Closed
Description
As Vue 3 now allows having components with multiple root components, aka fragments, we need to figure out what to do with methods like:
- find
- findAll
- classes
- attributes
- text
Of course some of these will depend on the outcome of #17
I am testing some things out locally, and vm.$el
does not work with multi root components.