59802f0896
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
export default defineNuxtPlugin(() => {
|
|
return {
|
|
provide: {
|
|
command: provideCommandRegistry(),
|
|
},
|
|
}
|
|
})
|