MCPcopy
hub / github.com/vuejs/core / created

Function created

packages/runtime-core/__tests__/apiOptions.spec.ts:502–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500 calls.push('root beforeCreate')
501 },
502 created() {
503 calls.push('root created')
504 },
505 beforeMount() {
506 calls.push('root onBeforeMount')
507 },

Callers

nothing calls this directly

Calls 3

provideMethod · 0.80
pushMethod · 0.65
dataMethod · 0.45

Tested by

no test coverage detected