mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
remove debug code
This commit is contained in:
parent
df02e06c37
commit
39b6d3abb9
@ -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
Block a user