diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue index 67394aae..3e5350ef 100644 --- a/src/components/Editor/index.vue +++ b/src/components/Editor/index.vue @@ -24,6 +24,35 @@ @text-change="(e: any) => $emit('update:modelValue', content)" /> + + + + + + + + + {{ currentImageIndex + 1 }} / {{ imageUrlList.length }} + + + +