文件操作 - polyfill.cjs
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@unhead/vue/dist/polyfill.cjs
编辑文件内容
'use strict'; const useHead = require('./shared/vue.BmMjB48i.cjs'); require('vue'); require('./shared/vue.DWlmwWrc.cjs'); require('unhead'); require('@unhead/shared'); function polyfillAsVueUseHead(head) { const polyfilled = head; polyfilled.headTags = head.resolveTags; polyfilled.addEntry = head.push; polyfilled.addHeadObjs = head.push; polyfilled.addReactiveEntry = (input, options) => { const api = useHead.useHead(input, options); if (api !== void 0) return api.dispose; return () => { }; }; polyfilled.removeHeadObjs = () => { }; polyfilled.updateDOM = () => { head.hooks.callHook("entries:updated", head); }; polyfilled.unhead = head; return polyfilled; } exports.polyfillAsVueUseHead = polyfillAsVueUseHead;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件