This repository was archived by the owner on Dec 25, 2024. It is now read-only.
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
some questions in using #15
Closed
Description
<Page
@on-Change="(value) => {queryCurrentFunc(value, query)}"
:total="pages.total"
:page-size="pages.limit"
:page-size-opts="[10, 20, 50]"
@on-page-size-change="(value) => {queryLimitFunc(value, query)}"
:current="pages.current"
placement="top"
show-total show-sizer />
this callback('queryCurrentFunc', 'queryLimitFunc') is undefined but I defined it; callback can't compile