-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Hi everyone....
I need your help please with this stuff:
When i try to use a special field any one between the five fields, I got :
[Vue warn]: Unknown custom element: <vuetable-field-{{the field name here}}> in my console..
Here are the examples:
-[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
-[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
-[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
here is my code:
`
<vuetable-pagination-info ref="paginationInfoTop"></vuetable-pagination-info>
<vuetable-pagination ref="paginationTop"
@vuetable-pagination:change-page="onChangePage"
></vuetable-pagination>
</div>
<vue-table
ref="vuetable"
api-url="https://vuetable.ratiw.net/api/users"
:per-page="10"
:fields="field"
pagination-path=""
@vuetable:pagination-data="onPaginationData"
:css="css"
>
</vue-table>
<div class="vuetable-pagination ui basic segment grid">
<vuetable-pagination-info ref="paginationInfo"></vuetable-pagination-info>
<vuetable-pagination ref="pagination"
@vuetable-pagination:change-page="onChangePage"
></vuetable-pagination>
</div>
</div>
`
Metadata
Metadata
Assignees
Labels
No labels