From 7176ec99de0e105cddfe4fe0e072fa22ac53890e Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 28 Apr 2022 23:58:47 +0600 Subject: [PATCH 1/2] Update Vue.js / js framework --- src/technologies/v.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 876e50ba2..6596f618f 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", "icon": "vue.svg", "js": { - "Vue.version": "^(.+)$\\;version:\\1" + "Vue.version": "^(.+)$\\;version:\\1", + "__VUE_HOT_MAP__": "" }, "scriptSrc": [ "vue[.-]([\\d.]*\\d)[^/]*\\.js\\;version:\\1", From 264174261840b44d677cfc7575189b0e65300e53 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 29 Apr 2022 00:02:35 +0600 Subject: [PATCH 2/2] fix css --- src/technologies/v.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 6596f618f..44f95a830 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -766,7 +766,7 @@ ], "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", + "css": "\\.vue-notification-group", "icon": "vue.svg", "js": { "Vue.version": "^(.+)$\\;version:\\1",