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

Refactor to use script setup #1842

Merged
merged 24 commits into from
Nov 6, 2023

Conversation

steersbob
Copy link
Member

Resolves #1839

Since Vue 3.3, there is full support for type-only props and event definitions: https://vuejs.org/api/sfc-script-setup.html#type-only-props-emit-declarations.
This allows us to declare composable prop definitions in a much more convenient syntax.

All components are converted to script setup style, and now use a type-only style of props/emit definitions.

@steersbob steersbob merged commit 78ef13a into BrewBlox:develop Nov 6, 2023
1 check passed
@steersbob steersbob deleted the feature/props-rework branch November 6, 2023 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Time selection block graph is non-responsive
1 participant