remove debug code

This commit is contained in:
ThatOneCalculator 2023-01-03 18:31:40 -08:00
parent 6144650f9d
commit 7f2a77b091
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -13,8 +13,6 @@
<FormLink to="/registry" class="_formBlock"><template #icon><i class="ph-gear-six-bold ph-lg"></i></template>{{ i18n.ts.registry }}</FormLink>
<FormLink to="/settings/delete-account" class="_formBlock"><template #icon><i class="ph-warning-bold ph-lg"></i></template>{{ i18n.ts.closeAccount }}</FormLink>
<MkButton @click="updatePopup()">Test update modal</MkButton>
</div>
</template>
@ -40,10 +38,6 @@ function onChangeInjectFeaturedNote(v) {
});
}
function updatePopup() {
popup(defineAsyncComponent(() => import('@/components/MkUpdated.vue')), {}, {}, 'closed');
}
const headerActions = $computed(() => []);
const headerTabs = $computed(() => []);