fix.
This commit is contained in:
@@ -34,7 +34,6 @@ function rowProps(row: ProblemFiltered) {
|
||||
<template>
|
||||
<n-data-table
|
||||
striped
|
||||
size="small"
|
||||
:data="contestStore.problems"
|
||||
:columns="problemsColumns"
|
||||
:row-props="rowProps"
|
||||
|
||||
@@ -165,7 +165,6 @@ onMounted(() => {
|
||||
striped
|
||||
:single-line="false"
|
||||
:scroll-x="1200"
|
||||
size="small"
|
||||
:columns="columns"
|
||||
:data="data"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user