mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
Fix typo
This commit is contained in:
parent
dbe2a8370a
commit
3bb1addf29
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user