现在 `initAttrs` 有两个参数 `this.initAttrs(config, dataAttrsConfig)`,但 `dataAttrsConfig` 最后也是被 merge 到 `config` 的,所以我觉得第二个参数没有必要,完全可以外部处理完后再传入 config。