From 12e6c6bfc27ce50ef60bfd37371bf1a35ab7aa6b Mon Sep 17 00:00:00 2001 From: dzruyk Date: Sun, 20 Nov 2022 01:39:14 +0300 Subject: [PATCH] feat: edit drawio site url --- client/components/editor/editor-modal-drawio.vue | 8 +++++--- server/app/data.yml | 1 + server/controllers/common.js | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/client/components/editor/editor-modal-drawio.vue b/client/components/editor/editor-modal-drawio.vue index 9328c45e..6220a189 100644 --- a/client/components/editor/editor-modal-drawio.vue +++ b/client/components/editor/editor-modal-drawio.vue @@ -2,14 +2,13 @@ v-card.editor-modal-drawio.animated.fadeIn(flat, tile) iframe( ref='drawio' - src='https://embed.diagrams.net/?embed=1&proto=json&spin=1&saveAndExit=1&noSaveBtn=1&noExitBtn=0' + :src='drawioBaseUrl' frameborder='0' )