javascript - What does it mean to use ?: without interval in vue source code?
阿神
阿神 2017-06-15 09:22:40
0
2
655

isReservedTag: (x?: string) => boolean;
isReservedAttr: (x?: string) => boolean;
parsePlatformTagName: (x: string) => string;
isUnknownElement: (x?: string) => boolean;
getTagNamespace: (x?: string) => string | void;
mustUseProp: (tag: string, type: ?string, name: string) => boolean;

阿神
阿神

闭关修行中......

reply all(2)
扔个三星炸死你

flow’s type system

阿神

See this answer/q/10...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template