<template>
<div>
<editor
:exclude="excludedTools"
:config="{ ...config, ...customTools }"
:init-data=""
holder-id=""
ref="editor"
autofocus
@change=""
@ready=""
/>
</div>
</template>
<script>
export default {
name: ""
data() {
return {
excludedTools: ["header", "marker"],
config: {
image:{
// OVERRIDE DEFAULT CONFIG HERE IF NOT A CUSTOM TOOL
}
},
cutomTools:{
audio:{
class: AudioEditor, // REQUIRED FOR ALL CUSTOM TOOLS
config: {
// YOUR CONFIG HERE
}
}
}
}
},
methods:{
async save(){
let data = await this.$refs.editor.save()
}
}
}
</script>
-
Notifications
You must be signed in to change notification settings - Fork 1
jakeoverall/quickvue-editorjs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published