Closed
Description
Version
2.5.16
Reproduction link
https://github.com/ondrej-janosik/vue-bug-props/blob/master/src/App.vue
Steps to reproduce
- Create a new project with VUE CLI, just add typescript
- Open is VS code
- Create a property in data in App.vue
- Access this property in a computed method - works
- Add prop with type array
- Computed property context is broken - not work
- Change prop type to for example to object - works
What is expected?
A computed property should have the same context even if prop with type array is presented
What is actually happening?
Computed property context is missing
Metadata
Metadata
Assignees
Labels
No labels