refactor: 参数属性
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* @Author: zhaojinfeng 121016171@qq.com
|
||||
* @Date: 2023-08-14 11:07:15
|
||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
||||
* @LastEditTime: 2023-08-14 18:52:56
|
||||
* @LastEditTime: 2023-08-14 19:35:09
|
||||
* @FilePath: \vue3\stories\SelectTransferModal.stories.ts
|
||||
* @Description:
|
||||
*
|
||||
@ -37,7 +37,7 @@ const meta = {
|
||||
title: '表单组件/SelectTransferModal',
|
||||
tags: ['表单组件', 'autodocs'],
|
||||
args: {
|
||||
value: [2],
|
||||
value: [],
|
||||
show: false,
|
||||
defaultParams: {},
|
||||
formItems: [{ label: 'label1', prop: 'prop1' }, { label: 'label2', prop: 'prop2', selectOptions: [{ label: '1', value: '1' }, { label: '2', value: '2' }] }],
|
||||
|
Reference in New Issue
Block a user