chore: 小写文件夹

This commit is contained in:
dap
2024-09-09 17:37:31 +08:00
parent 0a18c0f86d
commit 62563db2b6
8 changed files with 686 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);