You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
<!--Missing `foo` and `bar` -->
<child></child>
<!--Missing `bar` -->
<child:foo="foo"></child>
<!--Missing `bar` --><!--`baz` is not defined in `Child.vue` -->
<child:foo="foo":baz="bar"></child>
</template>
The text was updated successfully, but these errors were encountered:
Needed for #1596.
Assume
Child.vue
,and
Parent.vue
,In
Parent.vue
, these diagnostics should be shown:The text was updated successfully, but these errors were encountered: