You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
0 commit comments