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 a14a2f9 commit b4abb41Copy full SHA for b4abb41
src/test/java/com/flowingcode/vaadin/addons/twincolgrid/TwincolDemoView.java
@@ -24,10 +24,12 @@
24
import com.flowingcode.vaadin.addons.GithubLink;
25
import com.flowingcode.vaadin.addons.demo.TabbedDemo;
26
import com.vaadin.flow.component.dependency.StyleSheet;
27
+import com.vaadin.flow.router.ParentLayout;
28
import com.vaadin.flow.router.Route;
29
30
@SuppressWarnings("serial")
-@Route(value = "twincolgrid", layout = DemoLayout.class)
31
+@ParentLayout(DemoLayout.class)
32
+@Route("twincolgrid")
33
@StyleSheet("context://frontend/styles/demo-styles.css")
34
@GithubLink("https://github.com/FlowingCode/TwinColGridAddon")
35
public class TwincolDemoView extends TabbedDemo {
0 commit comments