fix(cascader): option text color transition

This commit is contained in:
07akioni 2020-11-15 23:54:43 +08:00
parent 5f2903f18b
commit 434f2a7d7e

View File

@ -21,7 +21,7 @@
>
<n-checkbox
:disabled="disabled"
:value="checked"
:checked="checked"
:indeterminate="indeterminate"
@click.stop="handleCheck"
/>