refactor: update AddFunc.vue to composition API#91
refactor: update AddFunc.vue to composition API#91Akhil-Yuan merged 104 commits intoFunctionStream:mainfrom
Conversation
Delete index.vue
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
Co-authored-by: Zike Yang <zkyang@streamnative.io>
|
Thank you for PR, but there are still some problems. First, I think the style needs some modifications. Several input boxes have inconsistent widths that make them look strange. You can also adjust the margins between text and input boxes. Second, you can write together code that handles the same logic in the Vue file, which will makes the code more readable. This is also the reason why we use |
Akhil-Yuan
left a comment
There was a problem hiding this comment.
I recommend creating a new branch to manage commits each time you develop a PR, and synchronizing the main branch of your own repository in a timely manner to prevent redundant commits like the one in this PR.
But for now, you don't have to change the branch in this PR. You can follow the way above for future development.
OK, thank you for your advice |
Akhil-Yuan
left a comment
There was a problem hiding this comment.
An error will be reported on the console when resetting the form.
No description provided.