Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Transient ID filtering for Vue #144

Open
JamieSlome opened this issue May 17, 2021 · 0 comments
Open

Transient ID filtering for Vue #144

JamieSlome opened this issue May 17, 2021 · 0 comments

Comments

@JamieSlome
Copy link

Is this a bug report or a feature request?

Feature Request

Request:

Currently, the utils include a transient ID filtering method for Angular and React. Is it possible to support a transient ID filtering method for Vue, where IDs take the format:

data-v-ab37a, with the following regular expression to catch it:

/data-v-[A-z0-9]*/g

Reference:

#80 for similar approaches in Angular and React

@benharvie (cc)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant