chore: remove vueuse and dark mode plugin

This commit is contained in:
Benjamin Canac
2021-11-25 12:31:49 +01:00
parent a1cf9b203f
commit 6ea6844bf0
5 changed files with 17 additions and 18 deletions

View File

@@ -1,6 +0,0 @@
import { useDark } from '@vueuse/core'
import { defineNuxtPlugin } from '#app'
export default defineNuxtPlugin(() => {
useDark()
})