-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from suyuan32/dev
fix: optimize code editor
- Loading branch information
Showing
11 changed files
with
107 additions
and
727 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
import { withInstall } from '/@/utils'; | ||
import codeEditor from './src/CodeEditor.vue'; | ||
import jsonPreview from './src/json-preview/JsonPreview.vue'; | ||
import { MODE } from './src/typing'; | ||
|
||
export const CodeEditor = withInstall(codeEditor); | ||
export const JsonPreview = withInstall(jsonPreview); | ||
|
||
export * from './src/typing'; | ||
export const LangMode = MODE; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
128 changes: 0 additions & 128 deletions
128
src/components/CodeEditor/src/codemirror/CodeMirror.vue
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.