白色主题
This commit is contained in:
@@ -13,8 +13,8 @@ let Steps = class Steps extends SuperComponent {
|
||||
constructor() {
|
||||
super(...arguments);
|
||||
this.relations = {
|
||||
'./step-item': {
|
||||
type: 'descendant',
|
||||
'../step-item/step-item': {
|
||||
type: 'child',
|
||||
linked(child) {
|
||||
this.updateChildren();
|
||||
const { readonly } = this.data;
|
||||
|
||||
Reference in New Issue
Block a user