diff --git a/coeditor_frontend/package.json b/coeditor_frontend/package.json index 3a40c46..7cbfef0 100644 --- a/coeditor_frontend/package.json +++ b/coeditor_frontend/package.json @@ -39,7 +39,8 @@ "eslintConfig": { "root": true, "env": { - "node": true + "node": true, + "vue/setup-compiler-macros": true }, "extends": [ "plugin:vue/vue3-essential", diff --git a/coeditor_frontend/src/components/FileFiled.vue b/coeditor_frontend/src/components/FileFiled.vue index 47a01cc..07ae358 100644 --- a/coeditor_frontend/src/components/FileFiled.vue +++ b/coeditor_frontend/src/components/FileFiled.vue @@ -3,29 +3,38 @@ :class="{ 'file-item-selected' : item.is_selected }" >
- + + +
+
+ +
+ {{ item.name }} +
- - - diff --git a/coeditor_frontend/src/components/FolderFiled.vue b/coeditor_frontend/src/components/FolderFiled.vue deleted file mode 100644 index 757585d..0000000 --- a/coeditor_frontend/src/components/FolderFiled.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - diff --git a/coeditor_frontend/src/views/HomeView.vue b/coeditor_frontend/src/views/HomeView.vue index d027e9f..91662ee 100644 --- a/coeditor_frontend/src/views/HomeView.vue +++ b/coeditor_frontend/src/views/HomeView.vue @@ -2,17 +2,15 @@
- - +
- +