Skip to content

Commit

Permalink
fix: checkbox disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Feb 18, 2020
1 parent cf7a1d7 commit f2bedfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/view/components/checkbox/index.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<uni-checkbox
:disable="disabled"
:disabled="disabled"
v-on="$listeners"
@click="_onClick">
<div class="uni-checkbox-wrapper">
Expand Down

0 comments on commit f2bedfd

Please sign in to comment.