-
-
Notifications
You must be signed in to change notification settings - Fork 119
feat: define single prop and emit macro #295
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
feat: define single prop and emit macro #295
Conversation
|
|
|
0ea38e4 to
5f96396
Compare
|
Thanks for your awesome work! It has been released as |
Sure I will make it on the weekend |
Description
This PR will add 2 new macros to the project,
defineProp&defineEmit.This will allow users to define props & emits multiple times and also organize better the code
Linked Issues
Fix #294
Additional context
I use
definePropspackage as a base to create these macros, so please check if is everything ok with file/folder structure and other definitions like packages.json name, tags, etc..,