-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
Description
What problem does this feature solve?
When I create a component vue file,I will write two script in it,first script maintain the component name,sceond script use script setup syntax,I think it need to be optimized
E.g
before
after
<script setup name="ChildCpn"></script>so cool~
What does the proposed API look like?
<script setup name="ChildCpn">WangChong99, sxzz, haliloncen, ysfscream, po-po and 11 more