mirror of
https://github.com/shishantbiswas/bknd-examples.git
synced 2026-03-01 04:31:16 +00:00
fix: link triggers on admin paths
This commit is contained in:
@@ -18,8 +18,6 @@ async function handleSubmit(event: Event) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<!-- <div v-if="pending">Loading...</div> -->
|
||||
|
||||
<div v-if="todos !== undefined"
|
||||
class="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20">
|
||||
<main class="flex flex-col gap-8 row-start-2 items-center sm:items-start">
|
||||
|
||||
Reference in New Issue
Block a user