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

fix(QButton): types #264

Merged
merged 9 commits into from
May 16, 2022
Merged

fix(QButton): types #264

merged 9 commits into from
May 16, 2022

Conversation

shamilfrontend
Copy link
Member

No description provided.

@netlify
Copy link

netlify bot commented Apr 4, 2022

Deploy Preview for qui-docs ready!

Name Link
🔨 Latest commit c61f850
🔍 Latest deploy log https://app.netlify.com/sites/qui-docs/deploys/62822caefe4e330008807ad1
😎 Deploy Preview https://deploy-preview-264--qui-docs.netlify.app/404
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 4, 2022

Deploy Preview for qui-max ready!

Name Link
🔨 Latest commit c61f850
🔍 Latest deploy log https://app.netlify.com/sites/qui-max/deploys/62822caea1bd560008d498bb
😎 Deploy Preview https://deploy-preview-264--qui-max.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@shamilfrontend shamilfrontend marked this pull request as draft April 4, 2022 11:32
@ViZhe ViZhe requested a review from cheesytim May 16, 2022 11:24
@ViZhe ViZhe marked this pull request as ready for review May 16, 2022 11:24
theme: props.theme,
type: props.type,
size: props.size
const isLoading = computed<boolean>(() => Boolean(props.loading));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

зачем?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

в пропс loading можно прокинуть null т.к. пропс не является required: true

придется делать везде где loading нужен как boolean как то так Boolean(props.loading)

@cheesytim cheesytim merged commit 2805862 into main May 16, 2022
@cheesytim cheesytim deleted the typing-q-button branch May 16, 2022 13:43
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.

4 participants