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

Method mount

packages/runtime-core/src/apiCreateApp.ts:66–66  ·  view source on GitHub ↗
(
    rootContainer: HostElement | string,
    /**
     * @internal
     */
    isHydrate?: boolean,
    /**
     * @internal
     */
    namespace?: boolean | ElementNamespace,
    /**
     * @internal
     */
    vnode?: VNode,
  )

Source from the content-addressed store, hash-verified

64 directive: Directive<HostElement, Value, Modifiers, Arg>,
65 ): this
66 mount(
67 rootContainer: HostElement | string,
68 /**
69 * @internal

Callers 15

global.spec.tsFile · 0.80
_mountMethod · 0.80
createApp.spec.tsFile · 0.80
vCloak.spec.tsFile · 0.80
setupFunction · 0.80
createNewAppFunction · 0.80
hmr.spec.tsFile · 0.80
mountWithHydrationFunction · 0.80

Calls

no outgoing calls

Tested by 7

setupFunction · 0.64
createNewAppFunction · 0.64
mountWithHydrationFunction · 0.64
mountCompFunction · 0.64
runSharedTestsFunction · 0.64
mountFunction · 0.64
runOnClientFunction · 0.64