fix: rebase error.
This commit is contained in:
parent
07c3dbd6d4
commit
3b8eef257e
|
@ -9790,6 +9790,7 @@ class Create extends Uninstantable {
|
|||
}
|
||||
if (node._replaceButton) {
|
||||
var intro = ui.create.div('.button.replaceButton', node);
|
||||
node[lib.experimental.symbol.itemType] = 'button';
|
||||
node.node.replaceButton = intro;
|
||||
intro.innerHTML = '切换';
|
||||
intro._node = node;
|
||||
|
|
Loading…
Reference in New Issue