importTagLinksfrom'./components/TagLinks.vue'importTagListfrom'./components/TagList.vue'exportdefault({Vue,// the version of Vue being used in the VuePress appoptions,// the options for the root Vue instancerouter,// the router instance for the appsiteData// site metadata})=>{Vue.component('TagLinks',TagLinks)Vue.component('TagList',TagList)}