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 f8d1f68 commit 9fd37f3Copy full SHA for 9fd37f3
src/test/java/com/flowingcode/vaadin/addons/chipfield/ChipfieldDemoView.java
@@ -23,11 +23,13 @@
23
import com.flowingcode.vaadin.addons.GithubLink;
24
import com.flowingcode.vaadin.addons.demo.TabbedDemo;
25
import com.vaadin.flow.component.dependency.StyleSheet;
26
+import com.vaadin.flow.router.ParentLayout;
27
import com.vaadin.flow.router.Route;
28
29
@SuppressWarnings("serial")
30
@StyleSheet("context://frontend/styles/demo-styles.css")
-@Route(value = "chipfield", layout = DemoLayout.class)
31
+@ParentLayout(DemoLayout.class)
32
+@Route("chipfield")
33
@GithubLink("https://github.com/FlowingCode/ChipFieldAddon")
34
public class ChipfieldDemoView extends TabbedDemo {
35
0 commit comments