We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d72d2 commit 3f586b4Copy full SHA for 3f586b4
examples/move-animations/index.html
@@ -32,7 +32,7 @@
32
</style>
33
<script src="https://cdn.jsdelivr.net/lodash/4.3.0/lodash.min.js"></script>
34
<!-- Delete ".min" for console warnings in development -->
35
- <script src="../../dist/vue.js"></script>
+ <script src="../../dist/vue.min.js"></script>
36
</head>
37
<body>
38
<div id="el">
examples/svg/index.html
@@ -5,7 +5,8 @@
5
<title>Vue.js SVG graph example</title>
6
<link rel="stylesheet" href="style.css">
7
8
9
+ <script src="https://unpkg.com/marky/dist/marky.min.js"></script>
10
11
12
0 commit comments