mirror of https://github.com/vuejs/core.git
chore: remote unused code
This commit is contained in:
parent
1829c6febc
commit
1c15a73d4a
|
@ -65,7 +65,6 @@ export const vModelText: ModelDirective<
|
|||
domValue = domValue.trim()
|
||||
}
|
||||
if (castToTimeStamp) {
|
||||
new Date('2024-03-15 16:49:20'.replace(/-/g, '/'))
|
||||
domValue = formatDateStamp(domValue)
|
||||
} else if (castToNumber) {
|
||||
domValue = looseToNumber(domValue)
|
||||
|
|
Loading…
Reference in New Issue