mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-14 02:50:58 +08:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
import { defineNuxtPlugin } from 'nuxt/app'
|
|
import { initTheme } from '~/utils/theme'
|
|
|
|
export default defineNuxtPlugin(() => {
|
|
initTheme()
|
|
})
|