Skip to content

Commit

Permalink
Merge pull request #1037 from 3YOURMIND/fix-lodash-import
Browse files Browse the repository at this point in the history
fik(lodash): append '.js' to import path
  • Loading branch information
Isokaeder authored Jan 3, 2025
2 parents 954541b + 7e51b1d commit 593bd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
"style": "./dist/style.css",
"type": "module",
"types": "./dist/index.d.ts",
"version": "8.3.0"
"version": "8.3.1"
}
2 changes: 1 addition & 1 deletion packages/kotti-ui/source/kotti-table/table/local.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import clone from 'lodash/clone'
import clone from 'lodash/clone.js'
import type { Ref } from 'vue'
import { watch } from 'vue'

Expand Down

0 comments on commit 593bd7e

Please sign in to comment.