We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7cfc7 commit bfeb28fCopy full SHA for bfeb28f
examples/todomvc/index.html
@@ -3,8 +3,8 @@
3
<head>
4
<meta charset="utf-8">
5
<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>
+ <link rel="stylesheet" href="https://unpkg.com/todomvc-app-css@2.0.4/index.css">
+ <script src="https://unpkg.com/director@1.2.8/build/director.js"></script>
8
<style>[v-cloak] { display: none; }</style>
9
</head>
10
<body>
0 commit comments