vue/no-unused-emit-declarations
reporting with defineEmits()
and defineModel()
compiler marcos
#2351
Closed
2 tasks done
Labels
Checklist
Tell us about your environment
Please show your full configuration:
https://github.com/n0099/open-tbm/blob/1403ed2ffc75f200426def765ecb66142ed6c085/fe/.eslintrc.cjs
What did you do?
https://github.com/n0099/open-tbm/blob/1403ed2ffc75f200426def765ecb66142ed6c085/fe/src/components/Post/queryForm/widgets/InputNumericParam.vue#L22
What did you expect to happen?
Not reporting since mutate the ref
modelValue
will emit the eventupdate:modelValue
under the hood.What actually happened?
Repository to reproduce this issue
https://github.com/n0099/open-tbm/blob/1403ed2ffc75f200426def765ecb66142ed6c085/fe
The text was updated successfully, but these errors were encountered: