Revert "chore: remove vueuse"

This reverts commit ccc82f5e0e.
This commit is contained in:
Benjamin Canac
2021-11-24 14:21:29 +01:00
parent ccc82f5e0e
commit d3f9bc06e9
5 changed files with 47 additions and 1 deletions

6
src/runtime/plugin.ts Normal file
View File

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