We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7594f7a commit 613eaf7Copy full SHA for 613eaf7
01.GettingStarted/simple-demo.html
@@ -54,7 +54,7 @@
54
</table>
55
</div>
56
</body>
57
- <script src="js/vue.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/vue"></script>
58
<script>
59
var vm = new Vue({
60
el: '#app',
01.GettingStarted/v-show.html
@@ -13,7 +13,7 @@ <h1 v-show="age >= 25">Age: {{ age }}</h1>
13
<h1 v-show="name.indexOf('jack') >= 0">Name: {{ name }}</h1>
14
15
16
17
18
19
0 commit comments