文件操作 - NuxtLinkLocale.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@nuxtjs/i18n/dist/runtime/components/NuxtLinkLocale.d.ts
编辑文件内容
import { type Locale } from '#i18n'; import type { NuxtLinkProps } from 'nuxt/app'; type NuxtLinkLocaleProps = Omit<NuxtLinkProps, 'to'> & { to?: import('vue-router').RouteLocationNamedI18n; locale?: Locale; }; declare const _default: import("vue").DefineComponent<NuxtLinkLocaleProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NuxtLinkLocaleProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件