chore: use pinia for command registry (#223)

This commit is contained in:
QiroNT 2022-11-29 20:01:05 +08:00 committed by GitHub
parent 7115a76efa
commit f1cff0738a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 18 deletions

View file

@ -1,7 +0,0 @@
export default defineNuxtPlugin(() => {
return {
provide: {
command: provideCommandRegistry(),
},
}
})