mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 18:33:33 +09:00
first
This commit is contained in:
6
src/plugins/notyf.ts
Normal file
6
src/plugins/notyf.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createNotyf } from '/@src/composables/notyf'
|
||||
import { definePlugin } from '/@src/utils/plugins'
|
||||
|
||||
export default definePlugin(async ({ app }) => {
|
||||
app.use(createNotyf())
|
||||
})
|
||||
Reference in New Issue
Block a user