Reporting a bug?
The $n overloads in vue.d.ts are using DefineDateTimeFormat instead of DefineNumberFormat:
DefinedNumberFormat extends RemovedIndexResources<DefineDateTimeFormat>
Line 658, 685, 712
Expected behavior
RemovedIndexResources<DefineNumberFormat> for the $n overloads instead of RemovedIndexResources<DefineDateTimeFormat>
Reproduction
.
System Info
Screenshot
No response
Additional context
No response
Validations
Reporting a bug?
The $n overloads in vue.d.ts are using
DefineDateTimeFormatinstead ofDefineNumberFormat:DefinedNumberFormat extends RemovedIndexResources<DefineDateTimeFormat>Line 658, 685, 712
Expected behavior
RemovedIndexResources<DefineNumberFormat>for the $n overloads instead ofRemovedIndexResources<DefineDateTimeFormat>Reproduction
.
System Info
.Screenshot
No response
Additional context
No response
Validations