Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierMartinz authored and hanspagel committed Jul 14, 2021
1 parent dbe2a83 commit 3bb1add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/demos/Experiments/Embeds/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-if="editor">
<button @click="addImage">
<button @click="addIframe">
add iframe
</button>

Expand Down Expand Up @@ -38,7 +38,7 @@ export default {
},
methods: {
addImage() {
addIframe() {
const url = window.prompt('URL')
if (url) {
Expand Down

0 comments on commit 3bb1add

Please sign in to comment.