Vben
2021-06-11 1c1755cf5b4ada7263c05ddf4105abb52a2abb2f
src/components/Modal/src/components/ModalHeader.vue
@@ -8,7 +8,6 @@
  import { defineComponent } from 'vue';
  import { BasicTitle } from '/@/components/Basic';
  import { propTypes } from '/@/utils/propTypes';
  export default defineComponent({
    name: 'BasicModalHeader',
    components: { BasicTitle },
@@ -16,7 +15,7 @@
      helpMessage: {
        type: [String, Array] as PropType<string | string[]>,
      },
      title: propTypes.string,
      title: { type: String },
    },
  });
</script>