remove debug code
This commit is contained in:
parent
6144650f9d
commit
7f2a77b091
|
@ -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(() => []);
|
||||
|
|
Loading…
Reference in New Issue