chore(deps): update all non-major dependencies (v3) (#2454)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
renovate[bot]
2024-10-30 12:01:08 +01:00
committed by GitHub
parent 309e52faa7
commit ce427f7543
12 changed files with 487 additions and 511 deletions

View File

@@ -1,4 +1,4 @@
import { createApp, ref } from 'vue'
import { createApp, defineAsyncComponent, ref } from 'vue'
import { createRouter, createWebHistory } from 'vue-router'
import uiPlugin from '@nuxt/ui/vue-plugin'