@eotl/core
Version:
Assortment of data structures, Vue.js components, and utilities across EOTL apps and sites.
1 lines • 1.6 kB
Source Map (JSON)
{"version":3,"file":"Restore-B0ZhkG3q.cjs","sources":["../../src/views/Restore.vue"],"sourcesContent":["<template>\n <div>\n <h2>{{ $t('auth.myAccount') }}</h2>\n <hr class=\"thick mb-5\">\n <p>{{ $t('auth.haveKey') }}</p>\n <AccountRestore\n v-bind:account=\"authSsr.account\"\n v-bind:config=\"store.config\" />\n </div>\n</template>\n\n<script>\nimport { onMounted, ref, reactive, watch } from 'vue'\nimport { ssr, ssrIdentity } from '@eotl/simple-signed-records'\n\nimport AccountRestore from \"@/components/AccountRestore\"\n\nimport { useEotlCore } from '@/store/eotlStore'\nimport { useAuthSsr } from '@/store/authSsr'\n\nexport default {\n components: {\n AccountRestore\n },\n data: function() {\n const store = useEotlCore()\n const authSsr = useAuthSsr()\n\n return {\n store,\n authSsr\n }\n }\n}\n\n</script>\n"],"names":["AccountRestore","store","useEotlCore","authSsr","useAuthSsr","_createElementVNode","_createElementBlock","_createVNode"],"mappings":";;;;;;;;AAoBA,MAAK,YAAU;AAAA,EACX,YAAY;AAAA,oBACRA,eAAa;AAAA,EAChB;AAAA,EACD,MAAM,WAAW;AACb,UAAMC,UAAQC,MAAAA,YAAY;AAC1B,UAAMC,YAAUC,QAAAA,WAAW;AAE3B,WAAO;AAAA,aACHH;AAAAA,MACA,SAAAE;AAAAA,IACJ;AAAA,EACJ;AACJ;mBA9BQE,oBAAAA,mBAAuB,MAAA,EAAnB,OAAM,gBAAY,MAAA,EAAA;;;0BAF1BC,uBAOM,OAAA,MAAA;AAAA,IANFD,uBAAmC,gCAA5B,KAAE,GAAA,gBAAA,CAAA,GAAA,CAAA;AAAA,IACT;AAAA,IACAA,uBAA+B,+BAAzB,KAAE,GAAA,cAAA,CAAA,GAAA,CAAA;AAAA,IACRE,IAAAA,YAEmC,2BAAA;AAAA,MADxB,SAAS,KAAO,QAAC;AAAA,MACjB,QAAQ,KAAK,MAAC;AAAA;;;;;"}