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 db3de15 commit d1d3ad1Copy full SHA for d1d3ad1
src/main/java/com/axellience/vuegwt/client/component/options/VueComponentOptions.java
@@ -113,6 +113,7 @@ private void initRenderFunctions()
113
/**
114
* Initialise the data structure, then set it to either a Factory or directly on the Component.
115
* @param useFactory Boolean representing whether or not to use a Factory.
116
+ * @param fieldNames Name of the data fields in the object
117
*/
118
@JsOverlay
119
public final void initData(boolean useFactory, String... fieldNames)
0 commit comments