fix(link): restProps should extend p or a tag attributes

This commit is contained in:
Eric Liu 2022-04-09 11:18:09 -07:00
commit c3681c9113

View file

@ -1,4 +1,6 @@
<script> <script>
/** @restProps {p | a} */
/** /**
* Specify the size of the link * Specify the size of the link
* @type {"sm" | "lg"} * @type {"sm" | "lg"}