chore: remote unused code

This commit is contained in:
花果山大圣 2024-11-15 09:44:56 +00:00
parent 1829c6febc
commit 1c15a73d4a
1 changed files with 0 additions and 1 deletions

View File

@ -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)