Skip to content

Commit 07770c4

Browse files
committed
updated readme
1 parent ee51eb3 commit 07770c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Or you can reference it globally in the `web.config` file:
2525
<pages>
2626
<controls>
2727
<add assembly="VueJSWebForms" namespace="VueJSWebForms" tagPrefix="vue" />
28-
</controls>
29-
</pages>
30-
</system.web>
31-
</configuration>
3228
```
3329

3430
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
9591
data: <%=SomeDataFromADatabase%>
9692
}
9793
</script>
98-
</vue:Component>
94+
</vue:App>
9995
```
10096

10197
## .vue files vs. in-line templates

0 commit comments

Comments
 (0)