wip(js): add head.html and assets/js
This commit is contained in:
7
assets/js/modules/layouts/basic.js
Normal file
7
assets/js/modules/layouts/basic.js
Normal file
@ -0,0 +1,7 @@
|
||||
import { back2top, loadTooptip, modeWatcher } from '../components';
|
||||
|
||||
export function basic() {
|
||||
modeWatcher();
|
||||
back2top();
|
||||
loadTooptip();
|
||||
}
|
Reference in New Issue
Block a user