這裡的 props 物件定義了標題和訊息屬性。 title prop 類型是 String 且是強制的(required: true),message 有 String 類型和預設值(Default message)。

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