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 0330110 commit e87c7abCopy full SHA for e87c7ab
README.md
@@ -53,7 +53,7 @@ This technique has the advantage of providing a globale instance of view JS for
53
public class UiTest {
54
55
@AutoWired
56
- private WueJS vue;
+ private VueJS vue;
57
58
@GetMapping("test")
59
public String index(ModelMap model) {
@@ -73,7 +73,7 @@ springboot.vuejs.el=v-app
73
74
#### With @ModelAttribute annotation
75
76
-It is possible to avoid instantiation, and the passage of the variable to the view :
+For a more punctual use, in a single method for example, It is possible to use the **@ModelAttribute** annotation :
77
78
```java
79
@Controller
0 commit comments