Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 62bbecd

Browse files
committed
update example copy
1 parent 48726a3 commit 62bbecd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@
3636
</head>
3737
<body>
3838

39+
<p style="max-width: 500px">
40+
This is a demo of the <a href="https://github.com/vuejs/vue-animated-list">vue-animated-list</a> plugin. It doesn't require any changes to how data is manipulated in JavaScript - just add a CSS class and you get smooth 60fps animations. <a href="https://github.com/vuejs/vue-animated-list/blob/master/example.html">Source</a>
41+
</p>
42+
3943
<div id="el">
4044
<button @click="shuffle">shuffle</button>
4145
<button @click="add">add</button>
4246
<button @click="remove">remove</button>
43-
<a href="https://github.com/vuejs/vue-animated-list/blob/master/example.html">Source</a>
4447
<div class="container">
4548
<div class="item"
4649
v-for="item in items"

0 commit comments

Comments
 (0)