search

Home  >  Q&A  >  body text

javascript - What does it mean to use ?: without interval in vue source code?

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;

阿神阿神2726 days ago587

reply all(2)I'll reply

  • 扔个三星炸死你

    扔个三星炸死你2017-06-15 09:24:40

    flow’s type system

    reply
    0
  • 阿神

    阿神2017-06-15 09:24:40

    See this answer/q/10...

    reply
    0
  • Cancelreply