-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I don't know why but you still keep to hard code the slash in your code. And I think the slash in the code below is not needed because you can input the slash in urlPrefix.
urlBuilder: {
type: Function,
default (page) {
return this.normalize(`${this.urlPrefix}/${page}`)
}
},Why do you want to keep this slash between ${this.urlPrefix} and ${page}?
Metadata
Metadata
Assignees
Labels
No labels