style: run linter
This commit is contained in:
parent
de3862bf77
commit
4853e1ec63
26 changed files with 502 additions and 631 deletions
|
@ -1,5 +1,5 @@
|
|||
import type { InjectionKey, Ref } from "vue";
|
||||
import type { InjectionKey, Ref } from 'vue'
|
||||
|
||||
export const nsfwKey: InjectionKey<Ref<boolean>> = Symbol("nsfwKey");
|
||||
export const showModalKey: InjectionKey<Function> = Symbol("showModalKey");
|
||||
export const modalResultKey: InjectionKey<Function> = Symbol("modalResultKey");
|
||||
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