Skip to content

Commit bfeb28f

Browse files
committed
pin todomvc css version
1 parent 3b7cfc7 commit bfeb28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/todomvc/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Vue.js • TodoMVC</title>
6-
<link rel="stylesheet" href="https://unpkg.com/todomvc-app-css/index.css">
7-
<script src="https://unpkg.com/director/build/director.js"></script>
6+
<link rel="stylesheet" href="https://unpkg.com/todomvc-app-css@2.0.4/index.css">
7+
<script src="https://unpkg.com/director@1.2.8/build/director.js"></script>
88
<style>[v-cloak] { display: none; }</style>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)