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 }" >
+