feat: remove no longer needed isWarn property and injection key
This commit is contained in:
parent
cc664a764d
commit
b8c9d8de17
5 changed files with 4 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
import type { InjectionKey, Ref } from "vue";
|
||||
|
||||
export const isWarnKey: InjectionKey<Ref<boolean>> = Symbol("isWarnKey");
|
||||
export const nsfwKey: InjectionKey<Ref<boolean>> = Symbol("nsfwKey");
|
||||
export const showModalKey: InjectionKey<Function> = Symbol("showModalKey");
|
||||
export const modalResultKey: InjectionKey<Function> = Symbol("modalResultKey");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue