eslint-plugin-vue icon indicating copy to clipboard operation
eslint-plugin-vue copied to clipboard

feat(valid-v-model): add support for type assertions and non-null expressions

Open auvred opened this issue 1 year ago • 0 comments

Fixes https://github.com/vuejs/eslint-plugin-vue/issues/2262

Both TSAsExpression and TSNonNullExpression are valid v-model args: vue playground

TSNonNullExpression spec

auvred avatar Feb 03 '24 14:02 auvred