Browse Source

use minified build in examples

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

+ 1 - 1
examples/move-animations/index.html

@@ -32,7 +32,7 @@
     </style>
     <script src="https://cdn.jsdelivr.net/lodash/4.3.0/lodash.min.js"></script>
     <!-- Delete ".min" for console warnings in development -->
-    <script src="../../dist/vue.js"></script>
+    <script src="../../dist/vue.min.js"></script>
   </head>
   <body>
     <div id="el">

+ 2 - 1
examples/svg/index.html

@@ -5,7 +5,8 @@
     <title>Vue.js SVG graph example</title>
     <link rel="stylesheet" href="style.css">
     <!-- Delete ".min" for console warnings in development -->
-    <script src="../../dist/vue.js"></script>
+    <script src="../../dist/vue.min.js"></script>
+    <script src="https://unpkg.com/marky/dist/marky.min.js"></script>
   </head>
   <body>