|
@ -8,7 +8,7 @@ import { defineProps, useAttrs } from 'vue'; |
|
|
const attrs = useAttrs(); |
|
|
const attrs = useAttrs(); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* A标签组件接收属性 |
|
|
* HtmlA标签组件接收属性 |
|
|
*/ |
|
|
*/ |
|
|
const props = defineProps({ |
|
|
const props = defineProps({ |
|
|
label: { type: String, default: '' }, |
|
|
label: { type: String, default: '' }, |
|
|