Browse Source

update vue cdn to npm latest

1.0
Chris Fritz 9 years ago
committed by GitHub
parent
commit
dd2de5cd24
  1. 2
      template/index.html

2
template/index.html

@ -2,7 +2,7 @@
<html>
<head>
<title>Welcome to Vue</title>
<script src="https://cdn.jsdelivr.net/vue/latest/vue.js"></script>
<script src="https://npmcdn.com/vue@latest/dist/vue.js"></script>
</head>
<body>
<div id="app">

Loading…
Cancel
Save