白色主题
This commit is contained in:
@@ -23,7 +23,11 @@ let SideBarItem = class SideBarItem extends SuperComponent {
|
||||
},
|
||||
},
|
||||
};
|
||||
this.observers = {};
|
||||
this.observers = {
|
||||
icon(v) {
|
||||
this.setData({ _icon: typeof v === 'string' ? { name: v } : v });
|
||||
},
|
||||
};
|
||||
this.data = {
|
||||
classPrefix: name,
|
||||
prefix,
|
||||
|
||||
Reference in New Issue
Block a user