- Linting (ESLint): Avoid reporting `no-console` - Refactoring: Avoid Firefox console errors with hidden iframe - Docs (CHANGES): Fix Markdown heading level
12 lines
142 B
JavaScript
Executable File
12 lines
142 B
JavaScript
Executable File
export default {
|
|
name: '闭合路径',
|
|
buttons: [
|
|
{
|
|
title: '打开路径'
|
|
},
|
|
{
|
|
title: '关闭路径'
|
|
}
|
|
]
|
|
};
|