mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-26 04:47:42 +08:00
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
import { v4 as uuid } from 'uuid'
|
|
|
|
// 打开新的编辑窗口
|
|
export const create = () => {
|
|
window.electronAPI.create(uuid())
|
|
} |