vuejs / core

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
https://vuejs.org/
MIT License
46.3k stars 8.12k forks source link

use <script setup name="cpnName"> instead of two <script> #5218

Closed gumingWu closed 2 years ago

gumingWu commented 2 years ago

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

so cool~

What does the proposed API look like?

Githubissues.
  • Githubissues is a development platform for aggregating issues.