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

Fix <script setup> in Vue 2.7 #3

Merged
merged 4 commits into from
Oct 15, 2023
Merged

Fix <script setup> in Vue 2.7 #3

merged 4 commits into from
Oct 15, 2023

Conversation

sebamarynissen
Copy link
Owner

There was an issue with Vue 2.7 where components imported in <script setup> were not properly available. This PR fixes that.

There was an issue with Vue 2.7 where components imported in `<script setup>` were not properly available. Should be fixed now.
@sebamarynissen sebamarynissen added the bug Something isn't working label Oct 15, 2023
@sebamarynissen sebamarynissen self-assigned this Oct 15, 2023
lib/resolve-script.js Outdated Show resolved Hide resolved
@sebamarynissen sebamarynissen merged commit 10f6711 into main Oct 15, 2023
2 checks passed
@sebamarynissen sebamarynissen deleted the feature/script-setup branch October 15, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant