diff --git a/src/components/LazyLoadingExample.vue b/src/components/LazyLoadingExample.vue deleted file mode 100644 index 765a363d..00000000 --- a/src/components/LazyLoadingExample.vue +++ /dev/null @@ -1,305 +0,0 @@ - - - - - diff --git a/src/views/ShareMyContactInfoView.vue b/src/views/ShareMyContactInfoView.vue index 4e6c9b59..f6eee342 100644 --- a/src/views/ShareMyContactInfoView.vue +++ b/src/views/ShareMyContactInfoView.vue @@ -77,9 +77,9 @@ export default class ShareMyContactInfoView extends Vue { async mounted() { // Debug logging for test diagnosis const settings = await this.$settings(); - + const activeDid = settings?.activeDid; - // @ts-expect-error + // @ts-expect-error - Debug property for testing contact sharing functionality window.__SHARE_CONTACT_DEBUG__ = { settings, activeDid }; // eslint-disable-next-line no-console console.log("[ShareMyContactInfoView] mounted", { settings, activeDid });