Vue.component("ito-footer", { props: ["main"], template: ``, data() { return { footerList: [ { name: "About APEC", url: "../apec/e-index.html", blank: true }, { name: "Site map", url: "26_sitemap/sitemap.html", }, ], }; }, });