0👍
You need to use this
inside the script part of the component
validations: {
myObject: [...this.validations]
}
Props name without this
only work inside the template part.
- [Vuejs]-Nativescript Vue (mobile app) – How to pass selected item data from listview in modal back to main app?
- [Vuejs]-Dynamic / Async Component Render
Source:stackexchange.com