fix(warning): refs #6684 fix vue warning

This commit is contained in:
Pablo Natek 2024-01-31 12:50:32 +01:00
parent 4ba76291c1
commit 550e3991cd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module.exports = {
},
props: {
id: {
type: Number,
type: String,
required: true,
description: 'The route id'
}