Browse Source

use minified build in examples

dev
Evan You 8 years ago
parent
commit
3f586b451c
  1. 2
      examples/move-animations/index.html
  2. 3
      examples/svg/index.html

2
examples/move-animations/index.html

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

3
examples/svg/index.html

@ -5,7 +5,8 @@
<title>Vue.js SVG graph example</title> <title>Vue.js SVG graph example</title>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<!-- Delete ".min" for console warnings in development --> <!-- 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> </head>
<body> <body>

Loading…
Cancel
Save