fix(driver-route): refs #6684 manage word overflow with wordBreak #1957

Merged
pablone merged 6 commits from 6684-driverRouteHotfix into master 2024-01-31 13:18:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 550e3991cd - Show all commits

View File

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