mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-16 20:11:02 +08:00
7 lines
150 B
TypeScript
7 lines
150 B
TypeScript
import { defineNuxtPlugin } from 'nuxt/app'
|
|
import { initFrosted } from '~/utils/frosted'
|
|
|
|
export default defineNuxtPlugin(() => {
|
|
initFrosted()
|
|
})
|