Skip to content

Commit a3e14ae

Browse files
committed
fix: wrong case on lodash.clonedeep method
1 parent eae4c4c commit a3e14ae

File tree

1 file changed

+1
-1
lines changed
  • modules/zero-components/button/plugins

1 file changed

+1
-1
lines changed

Diff for: modules/zero-components/button/plugins/button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ///////////////////////////////////////////////////////////////////// Imports
22
// -----------------------------------------------------------------------------
3-
import CloneDeep from 'lodash.cloneDeep'
3+
import CloneDeep from 'lodash.clonedeep'
44
import { defineNuxtPlugin } from '#imports'
55
import { useZeroButtonStore } from '../stores/button.js'
66

0 commit comments

Comments
 (0)