- Linting (ESLint): Avoid reporting `no-console` - Refactoring: Avoid Firefox console errors with hidden iframe - Docs (CHANGES): Fix Markdown heading level
9 lines
89 B
JavaScript
Executable File
9 lines
89 B
JavaScript
Executable File
export default {
|
|
name: '移动',
|
|
buttons: [
|
|
{
|
|
title: '移动'
|
|
}
|
|
]
|
|
};
|