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.
OneAuth/oaweb/plugins/third.ts

16 lines
251 B
TypeScript

/*
* 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)
})