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 8fc69a0

Browse files
committed
pinned vue version to v2
2 parents 21e1fa6 + aeb7bcf commit 8fc69a0

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] {
@@ -64,6 +63,7 @@ <h1>todos</h1>
6463
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
6564
</footer>
6665

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

0 commit comments

Comments
(0)

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