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

feat: add o-checkbox component #27

Merged
merged 12 commits into from
Aug 30, 2022
Merged

feat: add o-checkbox component #27

merged 12 commits into from
Aug 30, 2022

Conversation

baiwusanyu-c
Copy link
Contributor

No description provided.

@netlify
Copy link

netlify bot commented Aug 27, 2022

Deploy Preview for idyllic-kitten-f7a0d0 ready!

Name Link
🔨 Latest commit 9c72ade
🔍 Latest deploy log https://app.netlify.com/sites/idyllic-kitten-f7a0d0/deploys/630e1be55d27bf000934cf43
😎 Deploy Preview https://deploy-preview-27--idyllic-kitten-f7a0d0.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.

Comment on lines 77 to 85
<input
v-model="innerState"
:class="`o-checkbox-original ${disabled ? 'o-disabled' : 'cursor-pointer'}`"
:name="name"
:value="innerState"
type="checkbox"
:disabled="disabled"
@click="handleClick"
>
Copy link
Member

Choose a reason for hiding this comment

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

hello, 我可能会以另外一种形式实现 checkbox,放弃 input。
因此我会在此 pr 上进行大幅改动,sorry。😅

@zyyv zyyv merged commit bd33dea into onu-ui:main Aug 30, 2022
@baiwusanyu-c baiwusanyu-c deleted the feat/checlbox branch September 1, 2022 07:45
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.

None yet

2 participants