Skip to content

Commit

Permalink
fix(build): lodash cjs module error
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Sep 8, 2023
1 parent aca87d4 commit ae8bfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/va-color-input/VaColorInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { useComponentPresetProp, useStateful, useStatefulProps, useStatefulEmits
import { VaColorIndicator } from '../va-color-indicator'
import { VaInput } from '../va-input'
import { throttle } from 'lodash'
import throttle from 'lodash/throttle.js'
export default defineComponent({
name: 'VaColorInput',
Expand Down

0 comments on commit ae8bfd1

Please sign in to comment.