Commit 26cc483
types: improve the type of Record key
* fix(vue-type-check): fix vue type check issues
- 🏷️ Added helper type `EditorMode`
- 🏷️ Added the `boolAttrs` explicitly to the props to enhance type check
- 🐛 Fixed vue type check errors
* refactor(vue-type-check): revert unrelated changes
- Updated the `propsGlobal` and `attrsGlobal` record key type to `string | number | symbol`
- ⏪ Revert model value type.
- ⏪ Revert `booleanAttrs`
- ⏪ Use the `Mode` enum and remove `EditorMode` type.
* Revert "refactor(vue-type-check): revert unrelated changes"
This reverts commit 200cfa6.
* Revert "fix(vue-type-check): fix vue type check issues"
This reverts commit 301a749.
* types: improve the type of Record key
---------
Co-authored-by: Cloyd Lau <31238760+cloydlau@users.noreply.github.com>1 parent 16d562f commit 26cc483
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments