chore: 文件目录更改

This commit is contained in:
dap
2024-09-05 16:57:58 +08:00
parent dcfb95af50
commit e91eb2492a
8 changed files with 324 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { withInstall } from '#/utils';
import tinymce from './src/editor.vue';
export const Tinymce = withInstall(tinymce);