Skip to content

Commit 741c213

Browse files
committed
chore(vite): polyfill Object.groupBy
1 parent 5e08a46 commit 741c213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'core-js/actual/map/group-by'
1+
import 'core-js/actual/object/group-by'
22

33
import { createApp } from 'vue'
44

0 commit comments

Comments
 (0)