Browse Source

pin todomvc css version

Evan You 9 năm trước cách đây
mục cha
commit
bfeb28f1fa
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      examples/todomvc/index.html

+ 2 - 2
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>