import HomeView from "./views/HomeView.vue"; const routes = [ {path: '/', name:'p2post', component: HomeView}, ] export {routes};