Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 增加预览工具条可配置且可自定义 #571

Merged
merged 1 commit into from
Jul 12, 2020
Merged

feat: 增加预览工具条可配置且可自定义 #571

merged 1 commit into from
Jul 12, 2020

Conversation

cipchk
Copy link
Contributor

@cipchk cipchk commented Jul 12, 2020

例如:

actions: [
  "table",
  "mobile",
  {
    text: "自定义",
    click: () => {
      console.log('custom');
    }
  }
]
  • PR 请提交到开发分支上
  • 我们对编码风格有着较为严格的要求,请在阅读代码后模仿类似风格提交

例如:

```ts
actions: [
  "table",
  "mobile",
  {
    text: "自定义",
    click: () => {
      console.log('custom');
    }
  }
]
```

- close #569
@Vanessa219 Vanessa219 added this to the 3.3 milestone Jul 12, 2020
@Vanessa219 Vanessa219 merged commit 9a3cd3d into Vanessa219:dev Jul 12, 2020
@Vanessa219 Vanessa219 linked an issue Jul 12, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

预览区域工具栏配置
2 participants