feat:新增 form 组件
This commit is contained in:
10
resources/admin/components/catchForm/config/symbol.ts
Normal file
10
resources/admin/components/catchForm/config/symbol.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* eslint-disable symbol-description */
|
||||
export const $global = Symbol()
|
||||
export const $schema = Symbol()
|
||||
export const $formValues = Symbol()
|
||||
export const $selectData = Symbol()
|
||||
export const $formEvents = Symbol()
|
||||
export const $initialValues = Symbol()
|
||||
export const $current = Symbol()
|
||||
export const $methods = Symbol()
|
||||
export const $hoverKey = Symbol()
|
Reference in New Issue
Block a user