mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-15 17:38:36 +01:00
adjustments
This commit is contained in:
@@ -14,7 +14,7 @@ const columns = [
|
||||
{ key: 'created_at', label: 'Creation', sortable: true }
|
||||
]
|
||||
|
||||
const sort = ref({
|
||||
const sort = ref<any>({
|
||||
column: 'created_at',
|
||||
direction: 'desc'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user