The Wayback Machine - https://web.archive.org/web/20200618114115/https://github.com/topics/vue-property-decorator
Skip to content
#

vue-property-decorator

Here are 33 public repositories matching this topic...

Chris2011
Chris2011 commented Feb 25, 2020

In the official documentation of vuejs using vm.$watch (https://vuejs.org/v2/api/#vm-watch) it is possible to use a string to watch at or to use a function which returns an expression. @watch can only handle strings. So this example:

@Watch(() => this.myStore?.SmthState?.request?.get('categorization')?.pending, { deep: true })

is not possible and will raise an error in the editor: `Argumen

Improve this page

Add a description, image, and links to the vue-property-decorator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vue-property-decorator topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.