1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

chore: fixes type on routes

This commit is contained in:
Amir Raminfar
2024-06-21 11:20:07 -07:00
parent 217db5ff54
commit ae960bac05
3 changed files with 15 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ declare module 'vue-router/auto-routes' {
ParamValueOneOrMore,
ParamValueZeroOrMore,
ParamValueZeroOrOne,
} from 'unplugin-vue-router/types'
} from 'vue-router'
/**
* Route name map generated by unplugin-vue-router