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

Function attrs

packages/runtime-core/src/componentRenderUtils.ts:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 __DEV__
124 ? {
125 get attrs() {
126 markAttrsAccessed()
127 return shallowReadonly(attrs)
128 },
129 slots,
130 emit,
131 }

Callers

nothing calls this directly

Calls 2

shallowReadonlyFunction · 0.90
markAttrsAccessedFunction · 0.85

Tested by

no test coverage detected