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