mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-15 16:40:46 +08:00
fix: support user profile trailing slash
This commit is contained in:
@@ -261,6 +261,10 @@ import { stripMarkdown, stripMarkdownLength } from '../utils/markdown'
|
|||||||
import TimeManager from '../utils/time'
|
import TimeManager from '../utils/time'
|
||||||
import { prevLevelExp } from '../utils/level'
|
import { prevLevelExp } from '../utils/level'
|
||||||
|
|
||||||
|
definePageMeta({
|
||||||
|
alias: ['/users/:id/']
|
||||||
|
})
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ProfileView',
|
name: 'ProfileView',
|
||||||
components: { BaseTimeline, UserList, BasePlaceholder, LevelProgress },
|
components: { BaseTimeline, UserList, BasePlaceholder, LevelProgress },
|
||||||
|
|||||||
Reference in New Issue
Block a user