这里的 props 对象定义了标题和消息属性。 title prop 类型是 String 且是强制的(required: true),message 具有 String 类型和默认值(Default message)。

  1. 使用道具:由defineProps函数定义的props可以直接在