mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 09:33:42 +09:00
7 lines
183 B
TypeScript
7 lines
183 B
TypeScript
import { createNotyf } from '/@src/composables/notyf'
|
|
import { definePlugin } from '/@src/utils/plugins'
|
|
|
|
export default definePlugin(async ({ app }) => {
|
|
app.use(createNotyf())
|
|
})
|