mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 06:20:59 +08:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
import { defineNuxtPlugin } from '#app'
|
|
import { initTheme } from '~/utils/theme'
|
|
|
|
export default defineNuxtPlugin(() => {
|
|
initTheme()
|
|
})
|
|
|