From aff64d5dbd7066b630c21a4d958305f9cee0e46e Mon Sep 17 00:00:00 2001 From: Luca Ban Date: Mon, 2 Apr 2018 19:18:35 +0900 Subject: [PATCH] mention to only support vue 1.0 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cad00c2..a114345 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Vue Sortable [![Build Status](https://travis-ci.org/sagalbot/vue-sortable.svg?branch=master)](https://travis-ci.org/sagalbot/vue-sortable) > Easily add drag-and-drop sorting to your Vue.js applications without jQuery, using the v-sortable directive, a thin wrapper for the minimalist [RubaXa/SortableJS](https://github.com/RubaXa/Sortable) library. +> +> Please note this library only supports **Vue 1.0**! ##### [View Live Demo & Docs](http://sagalbot.github.io/vue-sortable/)