- Linting (ESLint): Avoid reporting `no-console` - Refactoring: Avoid Firefox console errors with hidden iframe - Docs (CHANGES): Fix Markdown heading level
10 lines
111 B
JavaScript
Executable File
10 lines
111 B
JavaScript
Executable File
export default {
|
|
name: '滴管',
|
|
buttons: [
|
|
{
|
|
title: '滴管工具',
|
|
key: 'I'
|
|
}
|
|
]
|
|
};
|