Skip to content

Commit

Permalink
chore: remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
xanf committed Oct 24, 2022
1 parent b69b4c5 commit b442471
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/form-radio/form-radio.js
@@ -1,12 +1,7 @@
import { extend } from '../../vue'
import { NAME_FORM_RADIO } from '../../constants/components'
import { looseEqual } from '../../utils/loose-equal'
import { makePropsConfigurable } from '../../utils/props'
import {
MODEL_EVENT_NAME,
formRadioCheckMixin,
props as formRadioCheckProps
} from '../../mixins/form-radio-check'
import { formRadioCheckMixin, props as formRadioCheckProps } from '../../mixins/form-radio-check'

// --- Props ---

Expand Down

0 comments on commit b442471

Please sign in to comment.