mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
9 lines
285 B
TypeScript
9 lines
285 B
TypeScript
import { withInstall } from '/@/utils';
|
|
import codeEditor from './src/CodeEditor.vue';
|
|
import jsonPreview from './src/json-preview/JsonPreview.vue';
|
|
|
|
export const CodeEditor = withInstall(codeEditor);
|
|
export const JsonPreview = withInstall(jsonPreview);
|
|
|
|
export * from './src/typing';
|