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