generated from cms/tibi-docs
sort
This commit is contained in:
parent
fc612ad924
commit
6a94866368
@ -5,6 +5,7 @@
|
||||
|
||||
export let pageId: string
|
||||
export let persons: Page[]
|
||||
persons = persons.sort((a, b) => a.sort - b.sort)
|
||||
|
||||
let hover = -1
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user