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 7b7f2be commit 642d358Copy full SHA for 642d358
core/src/main/java/com/axellience/vuegwt/core/template/parser/context/TemplateParserContext.java
@@ -42,6 +42,7 @@ public class TemplateParserContext
42
/**
43
* Build the context based on a given {@link ComponentTemplate} Class.
44
* @param componentTypeName Name of the {@link VueComponent} class we process in this context
45
+ * @param localComponents Components registered locally, used to check property bindings
46
*/
47
public TemplateParserContext(ClassName componentTypeName, LocalComponents localComponents)
48
{
0 commit comments