ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

Warning about the ‘fields’ field #144

Closed Gallaecio closed 7 years ago

Gallaecio commented 7 years ago

I always get this warning:

[Vue warn]: Data field "fields" is already defined as a prop. To provide default value for a prop, use the "default" prop option; if you want to pass prop values to an instantiation call, use the "propsData" option. (found in component: <vuetable>)
ratiw commented 7 years ago

@Gallaecio Are you using any other component or plugin that defined "fields" as prop as reported here and here?

Gallaecio commented 7 years ago

It is a duplicate of those two indeed. Sorry.