Welcome to mirror list, hosted at ThFree Co, Russian Federation.

@vue+compat+3.2.47.patch « patches - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20ee26a03089535fd3bb334ad44428426eaac155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/node_modules/@vue/compat/dist/vue.cjs.js b/node_modules/@vue/compat/dist/vue.cjs.js
index 0d10385..d1a5185 100644
--- a/node_modules/@vue/compat/dist/vue.cjs.js
+++ b/node_modules/@vue/compat/dist/vue.cjs.js
@@ -5877,9 +5877,7 @@ function installCompatInstanceProperties(map) {
             const res = {};
             for (const key in i.slots) {
                 const fn = i.slots[key];
-                if (!fn._ns /* non-scoped slot */) {
-                    res[key] = fn;
-                }
+                res[key] = fn;
             }
             return res;
         },