fix(Transition): fix cannot find method observeDuration (#5743)

This commit is contained in:
Skiyee 2024-04-12 17:35:08 +08:00 committed by GitHub
parent fc1ad93c57
commit 50da9f87eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,6 @@ export function transition(showDefaultValue: boolean) {
duration: {
type: null,
value: 300,
observer: 'observeDuration',
},
name: {
type: String,