We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee51eb3 commit 07770c4Copy full SHA for 07770c4
README.md
@@ -25,10 +25,6 @@ Or you can reference it globally in the `web.config` file:
25
<pages>
26
<controls>
27
<add assembly="VueJSWebForms" namespace="VueJSWebForms" tagPrefix="vue" />
28
- </controls>
29
- </pages>
30
- </system.web>
31
-</configuration>
32
```
33
34
And then use the controls with .vue files like this:
@@ -95,7 +91,7 @@ The really cool part about in-line templates is that they can include ASP.NET We
95
91
data: <%=SomeDataFromADatabase%>
96
92
}
97
93
</script>
98
-</vue:Component>
94
+</vue:App>
99
100
101
## .vue files vs. in-line templates
0 commit comments