mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 14:08:06 +01:00
chore: update module
This commit is contained in:
6
src/runtime/plugin.ts
Normal file
6
src/runtime/plugin.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { useDark } from '@vueuse/core'
|
||||
import { defineNuxtPlugin } from '#app'
|
||||
|
||||
export default defineNuxtPlugin(() => {
|
||||
useDark()
|
||||
})
|
||||
Reference in New Issue
Block a user