Fix HTML pattern for Vue.js

A non-capturing group was accidentally not marked as optional
main
q-- 6 years ago committed by GitHub
parent 8b6050b06a
commit 2784485e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11631,7 +11631,7 @@
"cats": [ "cats": [
12 12
], ],
"html": "<[^>]+data-v(?:ue)-", "html": "<[^>]+\\sdata-v(?:ue)?-",
"icon": "Vue.js.png", "icon": "Vue.js.png",
"js": { "js": {
"Vue.version": "^(.+)$\\;version:\\1" "Vue.version": "^(.+)$\\;version:\\1"