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 5c6c8c7 commit 4a66c3dCopy full SHA for 4a66c3d
src/platforms/web/compiler/index.js
@@ -35,7 +35,7 @@ export function compile (
35
export function compileToFunctions (
36
template: string,
37
options?: CompilerOptions,
38
- vm: Component
+ vm?: Component
39
): CompiledFunctionResult {
40
const _warn = (options && options.warn) || warn
41
// detect possible CSP restriction
0 commit comments