diff --git a/ui/src/views/dataset/component/ParagraphList.vue b/ui/src/views/dataset/component/ParagraphList.vue index ff589fc52..cc9f25279 100644 --- a/ui/src/views/dataset/component/ParagraphList.vue +++ b/ui/src/views/dataset/component/ParagraphList.vue @@ -4,7 +4,7 @@ :size="paragraph_list.length" :total="modelValue.length" :page_size="page_size" - v-model:current_page="current_page" + v-bind:current_page="current_page" @load="next()" :loading="loading" > diff --git a/ui/src/views/dataset/component/ParagraphPreview.vue b/ui/src/views/dataset/component/ParagraphPreview.vue index d11dabebd..3ad15ced6 100644 --- a/ui/src/views/dataset/component/ParagraphPreview.vue +++ b/ui/src/views/dataset/component/ParagraphPreview.vue @@ -1,6 +1,6 @@