Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support <script setup /> in vue 3 #676

Merged
merged 3 commits into from
Nov 23, 2021
Merged

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    9f57a0a View commit details
    Browse the repository at this point in the history
  2. fix: support "setup" attribute in <script> tag in vue 3

    In Vue 3, when <script> tag has "setup" attribute, SFC parser assigned
    script block to a separate field called "scriptSetup"
    
    ✅ Closes: #668
    piotr-oles committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    1fa7238 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    55a8525 View commit details
    Browse the repository at this point in the history