mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
251 B
TypeScript
16 lines
251 B
TypeScript
4 weeks ago
|
/*
|
||
|
* third.ts
|
||
|
* Copyright (C) 2024 veypi <i@veypi.com>
|
||
|
* 2024-10-29 19:52
|
||
|
* Distributed under terms of the GPL license.
|
||
|
*/
|
||
|
|
||
|
|
||
|
import oneicon from '@veypi/one-icon'
|
||
|
|
||
|
|
||
|
export default defineNuxtPlugin((nuxtApp) => {
|
||
|
nuxtApp.vueApp.use(oneicon)
|
||
|
})
|
||
|
|