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-07-08 22:53:27 +0300
committerMax <max@nextcloud.com>2022-07-29 15:17:01 +0300
commitb2d690f18bbe53e2f8327b3f5183f401b13bf8ca (patch)
tree8af7feb9597775d521b5420bd7507731eddfa53e /src/components/ViewerComponent.vue
parent06e98019bbf33327c80b6adba85df2361afaeda4 (diff)
rename EditorWrapper -> Editor
Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to 'src/components/ViewerComponent.vue')
-rw-r--r--src/components/ViewerComponent.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ViewerComponent.vue b/src/components/ViewerComponent.vue
index 1d8533c5c..bb9a21db4 100644
--- a/src/components/ViewerComponent.vue
+++ b/src/components/ViewerComponent.vue
@@ -21,7 +21,7 @@
-->
<template>
- <EditorWrapper :file-id="fileid"
+ <Editor :file-id="fileid"
:relative-path="filename"
:active="active"
:autofocus="autofocus"
@@ -33,7 +33,7 @@
export default {
name: 'ViewerComponent',
components: {
- EditorWrapper: () => import(/* webpackChunkName: "editor" */'./EditorWrapper.vue'),
+ Editor: () => import(/* webpackChunkName: "editor" */'./Editor.vue'),
},
props: {
filename: {