From 47e6903707744b41836b1e84972c1f681f615813 Mon Sep 17 00:00:00 2001 From: Micle Bu Date: Sun, 14 Jun 2020 10:16:40 +0800 Subject: [PATCH] fix(image): tooltips for lock aspect ratio, fixed #15 --- src/components/views/OImageView.vue | 8 ++++++-- src/data/article.js | 2 +- src/i18n/en-us/index.js | 2 ++ src/i18n/pl/index.js | 2 ++ src/i18n/zh-hans/index.js | 2 ++ 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/views/OImageView.vue b/src/components/views/OImageView.vue index a1803ec..6a9a058 100644 --- a/src/components/views/OImageView.vue +++ b/src/components/views/OImageView.vue @@ -54,8 +54,12 @@ :hint="$o.lang.image.width" suffix="px" @input="onInput($event, 'width')" />
- + + {{keepRatio ? $o.lang.image.lockAspectRatio : $o.lang.image.unlockAspectRatio}} +
quasar-tiptap

Introduction

Quasar Tiptap Editor is a WYSIWYG rich-text editor built on top of tiptap and Quasar.🔥

Image

Diagram

Introduction

Quasar Tiptap Editor is a WYSIWYG rich-text editor built on top of tiptap and Quasar.🔥

Image

Diagram