vue.runtime.esm-bundler.min.js 385 B

1
  1. import{initCustomFormatter,warn}from"@vue/runtime-dom";export*from"@vue/runtime-dom";function initDev(){initCustomFormatter()}"production"!==process.env.NODE_ENV&&initDev();const compile=()=>{"production"!==process.env.NODE_ENV&&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};