elk/plugins/command.ts
QiroNT 59802f0896
feat: command palette (#200)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2022-11-29 16:15:05 +08:00

8 lines
121 B
TypeScript

export default defineNuxtPlugin(() => {
return {
provide: {
command: provideCommandRegistry(),
},
}
})