From 1e8afe69235c9a54e65c0eee257decb41b961ada Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 26 Jul 2019 10:47:51 +0800 Subject: [PATCH] updated code highlight --- frontend/index.html | 3 - frontend/src/components/File/FileDetail.vue | 61 +++++++++++++------- frontend/src/components/File/FileList.vue | 2 +- frontend/src/components/Node/NodeNetwork.vue | 35 +++++++---- frontend/src/main.js | 3 +- frontend/src/views/node/NodeList.vue | 3 + frontend/yarn.lock | 3 +- 7 files changed, 70 insertions(+), 40 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 59f3bbb9..701c2e13 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,9 +5,6 @@ - Crawlab diff --git a/frontend/src/components/File/FileDetail.vue b/frontend/src/components/File/FileDetail.vue index c9016605..d74f73b3 100644 --- a/frontend/src/components/File/FileDetail.vue +++ b/frontend/src/components/File/FileDetail.vue @@ -3,39 +3,28 @@ class="file-content" :options="options" v-model="fileContent" - @change="onChange" />