Skip to content

Commit e239af0

Browse files
author
weilei
committed
docs(components): 移除send-mixins文档中的调试日志代码
1 parent 9c78104 commit e239af0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/components/send-mixins.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,13 +857,11 @@ export default {
857857
baseURL: 'https://testsse.element-ui-x.com',
858858
type: 'fetch', // 使用 fetch 模式
859859
transformer: e => {
860-
console.log('transformer:', e);
861860
const a = e.trim().split('\n');
862861
const r = a.pop();
863862
return r;
864863
},
865864
onMessage: msg => {
866-
console.log('收到消息:', msg);
867865
// 假设消息格式为 { data: string }
868866
if (msg && msg.data) {
869867
this.str += `

0 commit comments

Comments
 (0)