// main.js import { createApp } from "vue"; import Parent from "./Parent.vue"; createApp(Parent).mount("#root");