vue-runtime-helpers

  • Version 1.1.2
  • Published
  • 40.2 kB
  • No dependencies
  • MIT license

Install

npm i vue-runtime-helpers
yarn add vue-runtime-helpers
pnpm add vue-runtime-helpers

Overview

Runtime helpers for Vue SFC.

Index

Functions

function createInjector

createInjector: (context: any) => (id: string, style: StyleSource) => void;

    function createInjectorShadow

    createInjectorShadow: (
    context: any,
    shadowRoot: ShadowRoot
    ) => (id: string, style: StyleSource) => void;

      function createInjectorSSR

      createInjectorSSR: (context: any) => (id: string, style: StyleSource) => void;

        function normalizeComponent

        normalizeComponent: (
        template: CompiledTemplate | undefined,
        style: (context: any) => void,
        script: any,
        scopeId: string | undefined,
        isFunctionalTemplate: boolean,
        moduleIdentifier: string | undefined,
        shadowMode: boolean,
        createInjector: any,
        createInjectorSSR: any,
        createInjectorShadow: any
        ) => any;

          Package Files (5)

          Dependencies (0)

          No dependencies.

          Dev Dependencies (22)

          Peer Dependencies (0)

          No peer dependencies.

          Badge

          To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

          You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/vue-runtime-helpers.

          • Markdown
            [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/vue-runtime-helpers)
          • HTML
            <a href="https://www.jsdocs.io/package/vue-runtime-helpers"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>