65f960c31a
- Ensure inline scripts execute after the DOM has fully loaded. - Use Rollup to bundle the theme-mode and Mermaid scripts, reducing the number of Jekyll include snippets.
7 lines
145 B
JavaScript
7 lines
145 B
JavaScript
import { back2top, loadTooptip, modeWatcher } from '../components';
|
|
|
|
export function basic() {
|
|
modeWatcher();
|
|
back2top();
|
|
loadTooptip();
|
|
}
|