Vue.component("ito-footer", { props: ["main"], template: ``, data() { return { footerList: [ { name: "APEC소개", url: "../apec/e-index.html", target: "_brank", }, { name: "사이트 맵", url: "26_sitemap/sitemap.html", }, ], }; }, });