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 e6e81fd commit d14e083Copy full SHA for d14e083
README.md
@@ -67,7 +67,7 @@ public class UiTest {
67
68
@ModelAttribute(name = "vue")
69
private VueJS getVue() {
70
- return this.vueJS;
+ return this.vue;
71
}
72
73
@GetMapping("test")
0 commit comments