Skip to content

[Bug 上报] 同一个page中存在多个table组件,使用插槽自定义列内容时,如果有@click事件,将会覆盖只执行其中一个方法. #252

[Bug 上报] 同一个page中存在多个table组件,使用插槽自定义列内容时,如果有@click事件,将会覆盖只执行其中一个方法.

[Bug 上报] 同一个page中存在多个table组件,使用插槽自定义列内容时,如果有@click事件,将会覆盖只执行其中一个方法. #252

name: Issue Remove Inactive
on:
issues:
types: [edited]
issue_comment:
types: [created, edited]
jobs:
issue-remove-inactive:
runs-on: ubuntu-latest
steps:
- name: remove inactive
if: github.event.issue.state == 'open' && github.actor == github.event.issue.user.login
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
issue-number: ${{ github.event.issue.number }}
labels: 'need reproduce, pending'