From 5c6e3705b927c8e2b6ae770df3479da4134dec20 Mon Sep 17 00:00:00 2001 From: Mitar Date: Sat, 16 Apr 2016 22:47:28 -0700 Subject: [PATCH] Added vue-animated-list to list of plugins. --- src/guide/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/guide/plugins.md b/src/guide/plugins.md index 4a3c98c14d..44fc42076e 100644 --- a/src/guide/plugins.md +++ b/src/guide/plugins.md @@ -73,4 +73,6 @@ Vue.use(VueRouter) - [vue-element](https://github.com/vuejs/vue-element): Register Custom Elements with Vue.js. +- [vue-animated-list](https://github.com/vuejs/vue-animated-list): A plugin for easily animating `v-for` rendered lists. + - [List of User Contributed Tools](https://github.com/vuejs/awesome-vue#libraries--plugins)