commit
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
import { useDark } from "@vueuse/core";
|
||||
useHead({
|
||||
bodyAttrs: {
|
||||
class: "bg-neutral-300 dark:bg-neutral-900"
|
||||
}
|
||||
})
|
||||
const d = useDark();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user