|
@@ -165,8 +165,8 @@ export default defineComponent({
|
|
|
fixed={this.isFixed}
|
|
|
zIndex={2000}
|
|
|
border={this.border}
|
|
|
- onClick-right={() => this.clickRight()}
|
|
|
- onClick-left={this.onClickLeft}
|
|
|
+ onClickLeft={this.onClickLeft}
|
|
|
+ onClickRight={this.clickRight}
|
|
|
v-slots={{
|
|
|
right: () => (this.$slots.right && this.$slots.right()) || this.rightText,
|
|
|
title: () => (this.$slots.title && this.$slots.title()) || this.headerTitle
|