import { bootstrap } from "@/config/bootstrap" bootstrap({ activeLink: 'homeLink', onReady:() => init() }) export function init(){ console.log('index') }