Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-05-03 17:33:18 +0300
committerMax <max@nextcloud.com>2022-05-03 17:33:39 +0300
commit56ff9c56ffe1d09958028c54a17e9dc3ebc4b53e (patch)
tree16fa3c3421fb2386a1d238246ff42a4c1c2edf23 /src/nodes/ImageView.vue
parent93ba775578f31d162eafd6a1d8acf3e273962b19 (diff)
fix: specify file extensions in import statements
As recommended in @nextcloud/eslint-config@8.0.0 https://github.com/nextcloud/eslint-config/pull/292 Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'src/nodes/ImageView.vue')
-rw-r--r--src/nodes/ImageView.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodes/ImageView.vue b/src/nodes/ImageView.vue
index 751ce2f84..99dda2500 100644
--- a/src/nodes/ImageView.vue
+++ b/src/nodes/ImageView.vue
@@ -78,7 +78,7 @@ import { getCurrentUser } from '@nextcloud/auth'
import { NodeViewWrapper } from '@tiptap/vue-2'
import ClickOutside from 'vue-click-outside'
import TrashCanIcon from 'vue-material-design-icons/TrashCan.vue'
-import store from './../mixins/store'
+import store from './../mixins/store.js'
const imageMimes = [
'image/png',