Here the props object defines the title and message props. title prop type is String and mandatory (required: true), and message has String type and default value (Default message).

  1. Using Props:The props defined by the defineProps function can be used directly in the