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/components/ViewerComponent.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/components/ViewerComponent.vue')
-rw-r--r--src/components/ViewerComponent.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ViewerComponent.vue b/src/components/ViewerComponent.vue
index 361fa1b1e..9e86c5277 100644
--- a/src/components/ViewerComponent.vue
+++ b/src/components/ViewerComponent.vue
@@ -33,7 +33,7 @@
export default {
name: 'ViewerComponent',
components: {
- EditorWrapper: () => import(/* webpackChunkName: "editor" */'./EditorWrapper'),
+ EditorWrapper: () => import(/* webpackChunkName: "editor" */'./EditorWrapper.vue'),
},
props: {
filename: {