Skip to content

Commit

Permalink
代码格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit1e committed Apr 18, 2022
1 parent 1b1c600 commit b7d18dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/RightContentBar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ if(isElectron){
const $emit = defineEmits([
'export',
])
])
function exportCSV(){
$emit('export')
Expand Down
1 change: 0 additions & 1 deletion src/utils/readFile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const cheerio = require('cheerio')
import { getType } from './paresClip'
function readFile(sourceText) {
console.log(sourceText)
// 除字符串内所有的换行符
let text = sourceText
.replace(/\n|\r/g, "")
Expand Down

0 comments on commit b7d18dd

Please sign in to comment.