Skip to content

v-el behaviour #2248

Closed
Closed
@jbrialon

Description

@jbrialon

Hello,

right now when we use v-el we are able to register a reference to a DOM element on its owner Vue instance’s $els object for easier access.

it could be great if it could retrieve an array of object by using v-els for example

<span v-els:msg>hello</span>
<span v-els:msg>world</span>
this.$els.msg // -> array(<span>hello</span>,<span>world</span>);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions