-
Notifications
You must be signed in to change notification settings - Fork 1
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
IT-6019 Fix hover state on IconButton on mobile #427
Conversation
/build |
/build |
@@ -351,9 +354,13 @@ export default defineComponent({ | |||
}, | |||
}, | |||
}, | |||
setup() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can I use both APIs in the same component?
Yes. You can use Composition API via the setup() option in an Options API component.
However, we only recommend doing so if you have an existing Options API codebase that needs to integrate with new features / external libraries written with Composition API.
https://vuejs.org/guide/extras/composition-api-faq.html#can-i-use-both-apis-in-the-same-component
Fine, we can unify later when we're sure on <script setup>
vs defineComponent()
/review |
Your storybook is available on: https://wnl-design-system-preview.s3.amazonaws.com/IT-6019/index.html |
No description provided.