king
2022-11-14 5ec0f02101cb4255c6398856bbf17a2a0b2c9a7e
src/menu/components/carousel/data-card/options.jsx
@@ -18,6 +18,13 @@
  const cardWrapForm = [
    {
      type: 'text',
      field: 'title',
      label: '标题',
      initval: wrap.title || '',
      required: false
    },
    {
      type: 'text',
      field: 'name',
      label: '组件名称',
      initval: wrap.name || '',