There was an error while loading. Please reload this page.
1 parent d57f942 commit 8f5bcadCopy full SHA for 8f5bcad
packages/vue-template-compiler/README.md
@@ -22,6 +22,7 @@ Compiles a template string and returns compiled JavaScript code. The returned re
22
23
``` js
24
{
25
+ ast: ?ASTElement, // parsed template elements to AST
26
render: string, // main render function code
27
staticRenderFns: Array<string>, // render code for static sub trees, if any
28
errors: Array<string> // template syntax errors, if any
0 commit comments