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 12fa1eb commit e853d19Copy full SHA for e853d19
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