Skip to content

323 - Prop验证 3.5+ #2958

Open
Open
@XiaoPingzi-Anhui

Description

@XiaoPingzi-Anhui
<script setup lang="ts">
// 3.5+ 版本的写法
interface Props {
  type?: 'primary' | 'ghost' | 'dashed' | 'link' | 'text' | 'default'
}
const { type = 'default' } = defineProps<Props>();
</script>

<template>
  <button>Button</button>
</template>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions