1234567891011121314 |
- /*
- * @Author: NMTuan
- * @Email: NMTuan@qq.com
- * @Date: 2024-02-18 11:35:10
- * @LastEditTime: 2024-02-18 11:41:32
- * @LastEditors: NMTuan
- * @Description:
- * @FilePath: \timeNow\nuxt.config.ts
- */
- // https://nuxt.com/docs/api/configuration/nuxt-config
- export default defineNuxtConfig({
- devtools: { enabled: false },
- modules: ['@nuxt/ui']
- })
|