Skip to content

Commit feee86b

Browse files
committedJul 12, 2022
devop: remove duplicated click event to fix error
1 parent 966890c commit feee86b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/components/MewTable/MewTable.vue

-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@
181181
btn-size="small"
182182
:btn-style="button.btnStyle"
183183
:btn-color-theme="button.colorTheme"
184-
@click.native="button.method(item)"
185184
/>
186185
</div>
187186
</template>