nuxt.config.ts 350 B

1234567891011121314
  1. /*
  2. * @Author: NMTuan
  3. * @Email: NMTuan@qq.com
  4. * @Date: 2024-02-18 11:35:10
  5. * @LastEditTime: 2024-02-18 11:41:32
  6. * @LastEditors: NMTuan
  7. * @Description:
  8. * @FilePath: \timeNow\nuxt.config.ts
  9. */
  10. // https://nuxt.com/docs/api/configuration/nuxt-config
  11. export default defineNuxtConfig({
  12. devtools: { enabled: false },
  13. modules: ['@nuxt/ui']
  14. })