Skip to content

Commit eac269c

Browse files
committed
fix: convert const to var for ie compatibility
1 parent 54367d4 commit eac269c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/installComponents.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ global.installComponents = function (component, components) {
1919
}
2020
}
2121

22-
const functionalPatchKey = '_functionalComponents'
22+
var functionalPatchKey = '_functionalComponents'
2323

2424
function provideFunctionalComponents(component, components) {
2525
if (component.exports[functionalPatchKey]) {

0 commit comments

Comments
 (0)