Convert scripts to es6
This commit is contained in:
8
assets/scripts/routes/Home.js
Normal file
8
assets/scripts/routes/Home.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
init() {
|
||||
// JavaScript to be fired on the home page
|
||||
},
|
||||
finalize() {
|
||||
// JavaScript to be fired on the home page, after the init JS
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user