chore: update module

This commit is contained in:
Benjamin Canac
2021-11-24 16:56:03 +01:00
parent ce46e58784
commit 45827b317c
3 changed files with 9 additions and 12 deletions

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

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