MCPcopy
hub / github.com/vuejs/composition-api / nextTick

Function nextTick

src/apis/nextTick.ts:6–11  ·  view source on GitHub ↗
(
  this: ThisType<NextTick>,
  ...args: Parameters<NextTick>
)

Source from the content-addressed store, hash-verified

4type NextTick = Vue['$nextTick']
5
6export const nextTick: NextTick = function nextTick(
7 this: ThisType<NextTick>,
8 ...args: Parameters<NextTick>
9) {
10 return getVueConstructor()?.nextTick.apply(this, args)
11}

Callers 15

misc.spec.tsFile · 0.90
setup.spec.jsFile · 0.90
createApp.spec.tsFile · 0.90
watch.spec.jsFile · 0.90
computed.spec.tsFile · 0.90
readonly.spec.tsFile · 0.90
apiInject.spec.tsFile · 0.90

Calls 1

getVueConstructorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…