Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
没有参数传递时缩进是这样的:
onAddLocalClient: { console.log("log") }
有参数传递时缩进时:
onAddLocalClient:(group_name)=> { console.log("log") }
我想要的效果是:
这看起来就像bug,为什么多了=>后自动对齐规则就不一样了。需要怎么设置,格式才会和没有=>时一样?