Skip to content

Commit

Permalink
Merge pull request #720 from jiawulin001/cleanup
Browse files Browse the repository at this point in the history
Clean up invalid code
  • Loading branch information
ygj6 authored Nov 18, 2021
2 parents e21d5e3 + 0b46202 commit 38f0b19
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@vue/test-utils": "^1.1.2",
"auto-textarea": "^1.4.0",
"autoprefixer": "^8.3.0",
"axios": "^0.19.0",
"babel-core": "^6.0.0",
"babel-eslint": "^8.0.2",
"babel-jest": "^23.6.0",
Expand Down
2 changes: 0 additions & 2 deletions src/dev/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
<script type="text/ecmascript-6">
// import {CONFIG} from './assets/config.js'
import {CONFIG} from '../lib/config.js'
import axios from 'axios'
import {mavonEditor} from '../index'
export default {
name: 'app',
data () {
Expand Down
4 changes: 1 addition & 3 deletions src/mavon-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
import {autoTextarea} from 'auto-textarea'
import {keydownListen} from './lib/core/keydown-listen.js'
import hljsCss from './lib/core/hljs/lang.hljs.css.js'
import hljsLangs from './lib/core/hljs/lang.hljs.js'
import {
fullscreenchange,
/* windowResize, */
Expand All @@ -110,11 +109,10 @@ import {
loadScript,
ImagePreviewListener
} from './lib/core/extra-function.js'
import {p_ObjectCopy_DEEP, stopEvent} from './lib/util.js'
import {stopEvent} from './lib/util.js'
import {toolbar_left_click, toolbar_left_addlink} from './lib/toolbar_left_click.js'
import {toolbar_right_click} from './lib/toolbar_right_click.js'
import {CONFIG} from './lib/config.js'
import hljs from './lib/core/highlight.js'
import markdown from './lib/mixins/markdown.js'
import md_toolbar_left from './components/md-toolbar-left.vue'
Expand Down

0 comments on commit 38f0b19

Please sign in to comment.