$nexttick vue example in methods Example 1: vue nextTick this.$nextTick(() => {}); Example 2: vue nextTick Vue.nextTick(() => {});