Skip to content

Commit

Permalink
fix(数字): 增加上下标自定义属性
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Jul 25, 2024
1 parent 86558e5 commit 63481c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/ServersPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 秦少卫
* @Date: 2023-06-20 12:52:09
* @LastEditors: 秦少卫
* @LastEditTime: 2024-07-06 17:24:55
* @LastEditTime: 2024-07-25 17:40:14
* @Description: 内部插件
*/
import { v4 as uuid } from 'uuid';
Expand Down Expand Up @@ -177,6 +177,7 @@ class ServersPlugin {
'editable',
'extensionType',
'extension',
'verticalAlign',
];
}

Expand Down

0 comments on commit 63481c4

Please sign in to comment.