5 lines
59 B
JavaScript
Executable file
5 lines
59 B
JavaScript
Executable file
export default {
|
|
load: (b) => {
|
|
console.log(3)
|
|
}
|
|
}
|