test(compiler-ssr): fix typo (#713)

This commit is contained in:
djy0
2020-02-10 22:20:07 +08:00
committed by GitHub
parent e308ad99e9
commit 42db2fef9d
2 changed files with 5 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ export function compile(
scopeId: options.mode === 'function' ? null : options.scopeId,
// always prefix since compiler-ssr doesn't have size concern
prefixIdentifiers: true,
// disalbe optimizations that are unnecessary for ssr
// disable optimizations that are unnecessary for ssr
cacheHandlers: false,
hoistStatic: false
}