8000 updated CHANGELOG.md · Jenesius/vue-form@936aef6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 936aef6

Browse files
committed
updated CHANGELOG.md
1 parent bb6c641 commit 936aef6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/config/config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import STORE, {IStore} from "./store";
2-
import widgets from "./widgets";
32

43
export default function config(params: ConfigParams) {
54

5+
const savedStoreInputs = STORE.inputTypes;
6+
67
Object.assign(STORE, params);
78

89
STORE.inputTypes = {
9-
...widgets,
10+
...savedStoreInputs,
1011
...(params.inputTypes || {}),
1112
}
1213

0 commit comments

Comments
 (0)
0