Merge pull request #31957 from malash/fix-remove-functional-data

[weixin-app] Remove unsupported functional data
This commit is contained in:
Daniel Rosenwasser
2019-01-15 15:00:32 -08:00
committed by GitHub

View File

@@ -3785,7 +3785,7 @@ declare namespace wx {
Methods,
Props
> = object &
ComponentOptions<V, Data | ((this: V) => Data), Methods, Props> &
ComponentOptions<V, Data, Methods, Props> &
ThisType<CombinedInstance<V, Data, Methods, Readonly<Props>>>;
interface ComponentRelation<D = any, P = any> {