Browse Source

pin todomvc css version

dev
Evan You 8 years ago
parent
commit
bfeb28f1fa
  1. 4
      examples/todomvc/index.html

4
examples/todomvc/index.html

@ -3,8 +3,8 @@
<head>
<meta charset="utf-8">
<title>Vue.js • TodoMVC</title>
<link rel="stylesheet" href="https://unpkg.com/todomvc-app-css/index.css">
<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>
<style>[v-cloak] { display: none; }</style>
</head>
<body>

Loading…
Cancel
Save