Added configuration panel datasets, back-end refactor and others
This commit is contained in:
4
resources/js/components/ui/form/injectionKeys.ts
Normal file
4
resources/js/components/ui/form/injectionKeys.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { InjectionKey } from "vue"
|
||||
|
||||
export const FORM_ITEM_INJECTION_KEY
|
||||
= Symbol() as InjectionKey<string>
|
||||
Reference in New Issue
Block a user