refactor: cleanup

This commit is contained in:
三咲智子 2022-11-28 14:41:02 +08:00
parent d40b27982c
commit 443bd65c05
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -2,14 +2,11 @@
defineProps<{
back?: boolean
}>()
const nav = ref<HTMLDivElement>()
</script>
<template>
<div relative>
<div
ref="nav"
sticky top-0 z10
border="b base" bg-base
:class="isZenMode ? 'op0 hover:op100 transition duration-300' : ''"