feat: more actions in status card
This commit is contained in:
parent
2422c809e0
commit
e9c9ecefc8
7 changed files with 157 additions and 87 deletions
5
components/common/dropdown/ctx.ts
Normal file
5
components/common/dropdown/ctx.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import type { InjectionKey } from 'vue'
|
||||
|
||||
export const dropdownContextKey: InjectionKey<{
|
||||
hide: () => void
|
||||
}> = Symbol('dropdownContextKey')
|
Loading…
Add table
Add a link
Reference in a new issue