初始化
This commit is contained in:
13
frontend/packages/js/config/index.js
Normal file
13
frontend/packages/js/config/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* @description: 抛出组件的配置
|
||||
* @Date: 2023-03-13 10:04:59
|
||||
* @Author: xing.heng
|
||||
* @LastEditors: xing.heng
|
||||
* @LastEditTime: 2023-03-13 11:26:13
|
||||
*/
|
||||
|
||||
import commonConfig, { displayOption } from './commonConfig'
|
||||
|
||||
export {
|
||||
commonConfig, displayOption // commonConfig个函数,传入参数type,动态生成配置,displayOption是决定组件具有哪些属性配置
|
||||
}
|
||||
Reference in New Issue
Block a user