diff --git a/src/technologies/v.json b/src/technologies/v.json index 876e50ba2..44f95a830 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -766,9 +766,11 @@ ], "description": "Vue.js is an open-source model–view–viewmodel JavaScript framework for building user interfaces and single-page applications.", "html": "<[^>]+\\sdata-v(?:ue)?-", + "css": "\\.vue-notification-group", "icon": "vue.svg", "js": { - "Vue.version": "^(.+)$\\;version:\\1" + "Vue.version": "^(.+)$\\;version:\\1", + "__VUE_HOT_MAP__": "" }, "scriptSrc": [ "vue[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1",