From 9bf32f3d3244aa20daeaf90ada702f7afa5a6c67 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Tue, 2 Apr 2019 15:03:45 -0700 Subject: [PATCH] rename HelloWorld to CatalogEditor --- cateditor/src/App.vue | 24 +++++++++---------- .../{HelloWorld.vue => CatalogEditor.vue} | 0 cateditor/src/components/Navbar.vue | 10 ++++---- 3 files changed, 17 insertions(+), 17 deletions(-) rename cateditor/src/components/{HelloWorld.vue => CatalogEditor.vue} (100%) diff --git a/cateditor/src/App.vue b/cateditor/src/App.vue index 70b2fcf..a12b39f 100644 --- a/cateditor/src/App.vue +++ b/cateditor/src/App.vue @@ -1,9 +1,9 @@