Skip to content

Commit 976ec36

Browse files
committed
fix ESLint: 'axios' is defined but never used.
1 parent 90a50d2 commit 976ec36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/src/views/markdown/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { mavonEditor } from 'mavon-editor'
1515
import 'mavon-editor/dist/css/index.css'
1616
// use
1717
// Vue.use(mavonEditor)
18-
import axios from 'axios'
18+
// import axios from 'axios'
1919
2020
export default {
2121
components: {

0 commit comments

Comments
 (0)