You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is my code <export-excel :data="items_two" :exportFields="json_fields2"> <v-btn icon color="success"> <v-icon> mdi-file-excel-box-outline </v-icon> </v-btn> </export-excel>
Hello ,
i havethis error
The computed property "fields" is already defined as a prop.
i have read this issue #48
but it still exist
this is my code
<export-excel :data="items_two" :exportFields="json_fields2"> <v-btn icon color="success"> <v-icon> mdi-file-excel-box-outline </v-icon> </v-btn> </export-excel>
json_fields2 = { 'article Number': 'articleNumber', 'stock count': 'inStocke', sumQuantity: 'sumQuantity' }
how Can I fix this ??
The text was updated successfully, but these errors were encountered: