mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore: remove vueuse
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
@nuxthq/ui
|
||||
</NuxtLink>
|
||||
</div>
|
||||
|
||||
<UseDark v-slot="{ isDark, toggleDark }">
|
||||
<UButton variant="transparent" :icon="isDark ? 'heroicons-outline:moon' : 'heroicons-outline:sun'" @click="toggleDark()" />
|
||||
</UseDark>
|
||||
</div>
|
||||
</UContainer>
|
||||
</nav>
|
||||
@@ -52,8 +48,6 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { UseDark } from '@vueuse/components'
|
||||
|
||||
useMeta({
|
||||
title: '@nuxthq/ui',
|
||||
meta: [
|
||||
|
||||
Reference in New Issue
Block a user