From f99b97d9f1f1bb74c7bde4062ceab2be45e0e479 Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 24 Oct 2017 17:37:14 +0800 Subject: [PATCH] refactor: change DndList name --- src/components/{twoDndList => DndList}/index.vue | 12 ++++++------ src/views/components/dndList.vue | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename src/components/{twoDndList => DndList}/index.vue (94%) diff --git a/src/components/twoDndList/index.vue b/src/components/DndList/index.vue similarity index 94% rename from src/components/twoDndList/index.vue rename to src/components/DndList/index.vue index 09e1fe0d..da9e76a5 100644 --- a/src/components/twoDndList/index.vue +++ b/src/components/DndList/index.vue @@ -1,6 +1,6 @@