quickvue-editorjs
0.0.3 • Public • Published vue-editorjs
<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:{
}
},
cutomTools:{
audio:{
class: AudioEditor,
config: {
}
}
}
}
},
methods:{
async save(){
let data = await this.$refs.editor.save()
}
}
}
</script>
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.0.3 | 5 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.0.3 | 5 | |
0.0.2 | 1 | |
0.0.1 | 1 | |
Package Sidebar
Install
Weekly Downloads