- Linting (ESLint): Avoid reporting `no-console` - Refactoring: Avoid Firefox console errors with hidden iframe - Docs (CHANGES): Fix Markdown heading level
10 lines
156 B
JavaScript
Executable File
10 lines
156 B
JavaScript
Executable File
export default {
|
|
name: 'Hello World',
|
|
text: 'Hello World!\n\n 请点击: {x}, {y}',
|
|
buttons: [
|
|
{
|
|
title: "输出 'Hello World'"
|
|
}
|
|
]
|
|
};
|