chore: Update utils4u dependency to version 2.1.2
All checks were successful
CI / cache-and-install (push) Successful in 1m32s

This commit is contained in:
严浩
2024-08-26 15:04:38 +08:00
parent 5da5cf0c2a
commit 3f907cd03e
3 changed files with 7 additions and 22 deletions

View File

@ -1,4 +1,4 @@
import { createProgressGuard, createLogGuard, createStackGuard } from '@yanhao98/vue-router-helper';
import { createProgressGuard, createLogGuard, createStackGuard } from 'utils4u/vue-router';
import { createRouter, createWebHistory, type Router } from 'vue-router';
import { routes, handleHotUpdate } from 'vue-router/auto-routes';