Browse Source

feat: 删除无用代码

es6
Joker.Wang-王顺 2 years ago
parent
commit
19a5fe5298
  1. 4
      src/base/single/a/a.js

4
src/base/single/a/a.js

@ -10,9 +10,7 @@ import { shortcut } from "../../../core/decorator";
@shortcut()
export class A extends BI.Text {
static xtype = "bi.a";
constructor() {
super();
}
_defaultConfig() {
var conf = super._defaultConfig(arguments);
return BI.extend(conf, {

Loading…
Cancel
Save