We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54367d4 commit eac269cCopy full SHA for eac269c
lib/installComponents.js
@@ -19,7 +19,7 @@ global.installComponents = function (component, components) {
19
}
20
21
22
-const functionalPatchKey = '_functionalComponents'
+var functionalPatchKey = '_functionalComponents'
23
24
function provideFunctionalComponents(component, components) {
25
if (component.exports[functionalPatchKey]) {
0 commit comments