chore: prettier js codes
This commit is contained in:
+7
-5
@@ -4,11 +4,13 @@ import { CheckboxMixin } from '../mixins/checkbox';
|
||||
const [createComponent, bem] = createNamespace('radio');
|
||||
|
||||
export default createComponent({
|
||||
mixins: [CheckboxMixin({
|
||||
bem,
|
||||
role: 'radio',
|
||||
parent: 'vanRadio',
|
||||
})],
|
||||
mixins: [
|
||||
CheckboxMixin({
|
||||
bem,
|
||||
role: 'radio',
|
||||
parent: 'vanRadio',
|
||||
}),
|
||||
],
|
||||
|
||||
computed: {
|
||||
currentValue: {
|
||||
|
||||
Reference in New Issue
Block a user