Skip to content

Commit 2933598

Browse files
committed
chore: remove unused vars
1 parent 4b2de56 commit 2933598

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/components/form-radio/form-radio.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
import { extend } from '../../vue'
22
import { NAME_FORM_RADIO } from '../../constants/components'
3-
import { looseEqual } from '../../utils/loose-equal'
43
import { makePropsConfigurable } from '../../utils/props'
5-
import {
6-
MODEL_EVENT_NAME,
7-
formRadioCheckMixin,
8-
props as formRadioCheckProps
9-
} from '../../mixins/form-radio-check'
4+
import { formRadioCheckMixin, props as formRadioCheckProps } from '../../mixins/form-radio-check'
105

116
// --- Props ---
127

0 commit comments

Comments
 (0)