{"version":3,"file":"verify-credentials.5b6d2bbc.js","sources":["../js/verify-credentials.ts"],"sourcesContent":["import Vue from 'vue'\nimport VerifyCredentials from \"./components/VerifyCredentials.vue\";\nimport SearchPagination from \"./components/SearchPagination.vue\";\n\n// This has to be registered globally because it is consumed by the vue-good-table\nVue.component('verify-credentials-pagination', SearchPagination);\n\nexport function initVerifyCredentials(element: string) {\n if (!document.getElementById(element)) return;\n const vm = new Vue({\n el: '#' + element,\n components: {\n 'verify-credentials': VerifyCredentials\n }\n })\n}\n"],"names":["element","document","getElementById","Vue","el","components","VerifyCredentials","component","SearchPagination"],"mappings":"oSAOsCA,GAC7BC,SAASC,eAAeF,QACdG,EAAI,CACfC,GAAI,IAAMJ,EACVK,WAAY,CACR,qBAAsBC,KAPlCH,EAAII,UAAU,gCAAiCC"}