MCPcopy
hub / github.com/vuejs/core / runtime.ts

File runtime.ts

packages/vue-compat/src/runtime.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// This entry exports the runtime only, and is built as
2// `dist/vue.esm-bundler.js` which is used by default for bundlers.
3import { createCompatVue } from './createCompatVue'
4import { type CompatVue, warn } from '@vue/runtime-core'

Callers

nothing calls this directly

Calls 2

createCompatVueFunction · 0.90
warnFunction · 0.90

Tested by

no test coverage detected