文件操作 - README.md
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/@vueuse/nuxt/README.md
编辑文件内容
# @vueuse/nuxt [](https://www.npmjs.com/package/@vueuse/nuxt) > This is an add-on of [VueUse](https://github.com/vueuse/vueuse), which provides better Nuxt integration auto-import capabilities. ## Install Install the vueuse module into your application using [nuxi](https://nuxt.com/docs/api/commands/module): ```bash npx nuxi@latest module add vueuse ``` Or use npm: ```bash npm i @vueuse/nuxt @vueuse/core ``` ```ts // nuxt.config export default defineNuxtConfig({ modules: [ '@vueuse/nuxt', ], }) ``` ## Caveats The following utils are **disabled** from auto-import for Nuxt to avoid conflicts with Nuxt's built-in utils: - `toRef` - `toRefs` - `toValue` - `useFetch` - `useCookie` - `useHead` - `useTitle` - `useStorage` - `useImage` You can always use them by explicitly import from `@vueuse/core` ## License [MIT License](https://github.com/vueuse/vueuse/blob/master/LICENSE) © 2021-PRESENT [Anthony Fu](https://github.com/antfu)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件