You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
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:
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)
The text was updated successfully, but these errors were encountered: