Subscribe on changes!

Validator in props break props typing

avatar
Nov 12th 2020

Version

2.6.11

Reproduction link

https://codesandbox.io/s/mystifying-wozniak-ny5vg?file=/src/components/Test.vue

Steps to reproduce

  1. Use the examples in the official documentation. https://github.com/vuejs/docs-next/blob/master/src/guide/typescript-support.md
  2. Add setup to handle some things.
  3. Can't get correct props attribute inference on function parameter props.

What is expected?

Able to infer the properties of props

What is actually happening?

Can't get correct props attribute inference on function parameter props.

avatar
Nov 12th 2020

@silkwromzf transfered to the correct repository