chore: update module

This commit is contained in:
Benjamin Canac
2021-11-23 17:29:59 +01:00
parent 6c8aacbf44
commit e03b195437
2 changed files with 53 additions and 22 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()
})