UNPKG

@eotl/core

Version:

Assortment of data structures, Vue.js components, and utilities across EOTL apps and sites.

38 lines (37 loc) 1.4 kB
import { resolveComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode } from "vue"; import "@eotl/simple-signed-records"; import { A as AccountRestore } from "./AccountRestore-D7BfWASB.js"; import { useEotlCore } from "./store.js"; import { u as useAuthSsr } from "./authSsr-BedulHkH.js"; import { _ as _export_sfc } from "./_plugin-vue_export-helper-1tPrXgE0.js"; const _sfc_main = { components: { AccountRestore }, data: function() { const store = useEotlCore(); const authSsr = useAuthSsr(); return { store, authSsr }; } }; const _hoisted_1 = /* @__PURE__ */ createElementVNode("hr", { class: "thick mb-5" }, null, -1); function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { const _component_AccountRestore = resolveComponent("AccountRestore"); return openBlock(), createElementBlock("div", null, [ createElementVNode("h2", null, toDisplayString(_ctx.$t("auth.myAccount")), 1), _hoisted_1, createElementVNode("p", null, toDisplayString(_ctx.$t("auth.haveKey")), 1), createVNode(_component_AccountRestore, { account: _ctx.authSsr.account, config: _ctx.store.config }, null, 8, ["account", "config"]) ]); } const Restore = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { Restore as default }; //# sourceMappingURL=Restore-C3Mp2xKw.js.map