We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64d155 commit 0741179Copy full SHA for 0741179
src/utils/evalInContext.js
@@ -17,7 +17,7 @@ export default function evalInContext(
17
"__pragma__",
18
"__concatenate__",
19
"h",
20
- // FIXME: this "replace" should be removed as soona s the compiler utils are updated to vue 3
+ // FIXME: this "replace" should be removed as soon as the compiler utils are updated to vue 3
21
code.replace(/var h = this\.\$createElement;/, "")
22
);
23
0 commit comments