mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-27 06:01:43 +00:00
fix(comp): fix the memory overflow problem of component containing keywords
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Tinymce from './src/Editor.vue';
|
||||
import { withInstall } from '../util';
|
||||
|
||||
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
|
||||
export const Tinymce = createAsyncComponent(() => import('./src/Editor.vue'));
|
||||
|
||||
withInstall(Tinymce);
|
||||
export { Tinymce };
|
||||
|
Reference in New Issue
Block a user