7 lines
95 B
7 lines
95 B
7 years ago
|
export default {
|
||
|
init() {
|
||
|
// JavaScript to be fired on the home page
|
||
|
},
|
||
|
finalize() {},
|
||
|
};
|