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