mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 01:10:06 +08:00
17 lines
207 B
JavaScript
17 lines
207 B
JavaScript
|
function test() {
|
||
|
return [
|
||
|
{
|
||
|
test: "test",
|
||
|
test_one: "test",
|
||
|
},
|
||
|
{
|
||
|
test: "test",
|
||
|
test_one: "test",
|
||
|
},
|
||
|
{
|
||
|
test: "test",
|
||
|
test_one: "test",
|
||
|
},
|
||
|
];
|
||
|
}
|