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

Method _injectChildStyle

packages/runtime-dom/src/apiCustomElement.ts:752–757  ·  view source on GitHub ↗

* @internal

(
    comp: ConcreteComponent & CustomElementOptions,
    parentComp?: ConcreteComponent,
  )

Source from the content-addressed store, hash-verified

750 * @internal
751 */
752 _injectChildStyle(
753 comp: ConcreteComponent & CustomElementOptions,
754 parentComp?: ConcreteComponent,
755 ): void {
756 this._applyStyles(comp.styles, comp, parentComp)
757 }
758
759 /**
760 * @internal

Callers

nothing calls this directly

Calls 1

_applyStylesMethod · 0.95

Tested by

no test coverage detected