parent
30763b48de
commit
3e9602ff7e
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="border border-solid border-gray-100 h-full">
|
<div class="border border-solid border-gray-100 h-full z-10">
|
||||||
<Toolbar
|
<Toolbar
|
||||||
:editor="editorRef"
|
:editor="editorRef"
|
||||||
:default-config="toolbarConfig"
|
:default-config="toolbarConfig"
|
||||||
|
|
@ -83,4 +83,6 @@
|
||||||
)
|
)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss"></style>
|
<style scoped lang="scss">
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue