文件操作 - vue.runtime.esm-bundler.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/vue/dist/vue.runtime.esm-bundler.js
编辑文件内容
/** * vue v3.5.13 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/ import { initCustomFormatter, warn } from '@vue/runtime-dom'; export * from '@vue/runtime-dom'; function initDev() { { initCustomFormatter(); } } if (!!(process.env.NODE_ENV !== "production")) { initDev(); } const compile = () => { if (!!(process.env.NODE_ENV !== "production")) { 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 };
修改文件时间
将文件时间修改为当前时间的前一年
删除文件