12345678910111213141516171819202122232425262728293031323334353637383940 |
- import {
- init_runtime_dom_esm_bundler
- } from "./chunk-S6VK5PVK.js";
- import {
- initCustomFormatter,
- warn
- } from "./chunk-YVHZHMSQ.js";
- // node_modules/.pnpm/vue@3.4.27_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.js
- init_runtime_dom_esm_bundler();
- init_runtime_dom_esm_bundler();
- function initDev() {
- {
- initCustomFormatter();
- }
- }
- if (true) {
- initDev();
- }
- var compile = () => {
- if (true) {
- warn(
- `Runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".`
- );
- }
- };
- export {
- compile
- };
- /*! Bundled license information:
- vue/dist/vue.runtime.esm-bundler.js:
- (**
- * vue v3.4.27
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
- * @license MIT
- **)
- */
- //# sourceMappingURL=chunk-MKUMB4YM.js.map
|