chore: remove vueuse

This commit is contained in:
Benjamin Canac
2021-11-24 14:19:15 +01:00
parent 9d7042829b
commit ccc82f5e0e
5 changed files with 1 additions and 47 deletions

View File

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