12345678910111213141516171819202122232425262728293031 |
- import {
- initCustomFormatter,
- init_runtime_dom_esm_bundler,
- warn
- } from "./chunk-O27RRWJC.js";
- import {
- init_define_APP_INFO
- } from "./chunk-XY75H3MP.js";
- // node_modules/vue/dist/vue.runtime.esm-bundler.js
- init_define_APP_INFO();
- 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
- };
- //# sourceMappingURL=chunk-UILKXDTP.js.map
|