39 lines
745 B
JavaScript
39 lines
745 B
JavaScript
import {
|
|
initCustomFormatter,
|
|
init_runtime_dom_esm_bundler,
|
|
warn
|
|
} from "./chunk-IQSFVINN.js";
|
|
|
|
// 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.5.13
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**)
|
|
*/
|
|
//# sourceMappingURL=chunk-2365HCQJ.js.map
|