Skip to content

Commit 3778716

Browse files
authored
Update index.html
1 parent 73aa624 commit 3778716

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Router-Example/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
<body>
99
<nav>
10-
<a href="/" el-click="navigateToHome">Home</a>
11-
<a href="/about" el-click="navigateToAbout">About</a>
10+
<a href="/">Home</a>
11+
<a href="/about">About</a>
1212
</nav>
1313
<div id="app"></div>
1414

1515
<script src="Elroid.js"></script>
1616
<script src="App.js"></script>
1717
</body>
1818

19-
</html>
19+
</html>

0 commit comments

Comments
 (0)