description.vue 129 B

1234567
  1. <template>
  2. <el-alert
  3. title="with description"
  4. type="success"
  5. description="This is a description."
  6. />
  7. </template>