Commit e5362934 authored by zhengke's avatar zhengke

no message

parent e7af5f07
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<IconInsertTable class="handler-item" v-tooltip="'插入表格'" /> <IconInsertTable class="handler-item" v-tooltip="'插入表格'" />
</Popover> </Popover>
<IconFormula class="handler-item" v-tooltip="'插入公式'" @click="latexEditorVisible = true" /> <IconFormula class="handler-item" v-tooltip="'插入公式'" @click="latexEditorVisible = true" />
<Popover trigger="click" v-model:value="mediaInputVisible"> <!-- <Popover trigger="click" v-model:value="mediaInputVisible">
<template #content> <template #content>
<MediaInput <MediaInput
@close="mediaInputVisible = false" @close="mediaInputVisible = false"
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
/> />
</template> </template>
<IconVideoTwo class="handler-item" v-tooltip="'插入音视频'" /> <IconVideoTwo class="handler-item" v-tooltip="'插入音视频'" />
</Popover> </Popover> -->
</div> </div>
<div class="right-handler"> <div class="right-handler">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment