Package io.javalin.plugin.rendering.vue
Class VueDependencyResolver
- java.lang.Object
-
- io.javalin.plugin.rendering.vue.VueDependencyResolver
-
public class VueDependencyResolver extends Object
- Author:
- tareq
-
-
Constructor Summary
Constructors Constructor Description VueDependencyResolver(Set<Path> paths, String appVarName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringresolve(String componentId)Build the HTML of components needed for this component
-