use minified build in examples

This commit is contained in:
Evan You 2017-01-05 13:48:10 -05:00
parent e8d72d254b
commit 3f586b451c
2 changed files with 3 additions and 2 deletions

View File

@ -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">

View File

@ -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>