options vue.js code example
Example 1: vue nextTick
this.$nextTick(() => {});
Example 2: vue get component hash
this.$options._scopeId // returns something like 'data-v-763db97b'
this.$nextTick(() => {});
this.$options._scopeId // returns something like 'data-v-763db97b'