Explorar el Código

fix todomvc example director.js cdn link

Evan You hace 9 años
padre
commit
c9fa2e674b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/todomvc/index.html

+ 1 - 1
examples/todomvc/index.html

@@ -4,7 +4,7 @@
     <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>
+    <script src="https://unpkg.com/director/build/director.js"></script>
     <style>[v-cloak] { display: none; }</style>
   </head>
   <body>