Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

feat: add support for vue3 setup Usage alongside normal script #111

Merged
merged 1 commit into from Sep 14, 2022
Merged

feat: add support for vue3 setup Usage alongside normal script #111

merged 1 commit into from Sep 14, 2022

Conversation

xibman
Copy link
Contributor

@xibman xibman commented Sep 9, 2022

In vue 3 it's possible to have two script import in one file see:

https://vuejs.org/api/sfc-script-setup.html#usage-alongside-normal-script

To be able to parse this kind of file the extractFromScriptTag function must be changed.

This PR try to solve this problem

@smeijer

@smeijer smeijer merged commit 873868b into smeijer:main Sep 14, 2022
@smeijer
Copy link
Owner

smeijer commented Sep 14, 2022

Thanks!

@smeijer
Copy link
Owner

smeijer commented Sep 14, 2022

🎉 This PR is included in version 1.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants