|
@@ -181,9 +181,9 @@ onMounted(() => {
|
|
|
<template>
|
|
|
<div class="text-edit">
|
|
|
<div class="edit-menu">
|
|
|
- <n-button type="primary" size="small" @click="toCopy">复制</n-button>
|
|
|
+ <!-- <n-button type="primary" size="small" @click="toCopy">复制</n-button>
|
|
|
<n-button type="primary" size="small" @click="toCut">剪切</n-button>
|
|
|
- <n-button type="primary" size="small" @click="toPaste">粘贴</n-button>
|
|
|
+ <n-button type="primary" size="small" @click="toPaste">粘贴</n-button> -->
|
|
|
<n-button type="primary" size="small" @click="toSupSub('sup', false)"
|
|
|
>上标</n-button
|
|
|
>
|