Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2f1da1b

Browse files
committed
fixed vue to v2
1 parent 4fbb05d commit 2f1da1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎client/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
<head>
55
<title>TodoMVC</title>
6-
<script src="https://unpkg.com/vue"></script>
76
<link rel="stylesheet" type="text/css" href="https://unpkg.com/todomvc-app-css@2.2.0/index.css" />
87
<style>
98
[v-cloak] {
@@ -62,6 +61,7 @@ <h1>todos</h1>
6261
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
6362
</footer>
6463

64+
<script src="https://unpkg.com/vue@2.6.14"></script>
6565
<script>
6666
API = "api/todo";
6767
HEADERS = { 'Accept': 'application/json', 'Content-Type': 'application/json' };

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /