mirror of https://github.com/vuejs/core.git
refactor(compiler-sfc): avoid unnecessary switch case fallthrough (#8998)
This commit is contained in:
parent
bc5799d4c0
commit
9d1ca320c4
|
@ -1453,6 +1453,7 @@ export function inferRuntimeType(
|
|||
scope
|
||||
)
|
||||
}
|
||||
break
|
||||
case 'TSMethodSignature':
|
||||
case 'TSFunctionType':
|
||||
return ['Function']
|
||||
|
|
Loading…
Reference in New Issue