This commit is contained in:
Javier Martínez 2021-07-14 14:41:56 +02:00 committed by Hans Pagel
parent dbe2a8370a
commit 3bb1addf29

View File

@ -1,6 +1,6 @@
<template>
<div v-if="editor">
<button @click="addImage">
<button @click="addIframe">
add iframe
</button>
@ -38,7 +38,7 @@ export default {
},
methods: {
addImage() {
addIframe() {
const url = window.prompt('URL')
if (url) {