ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Lesson-7 #44

Open Malows opened 7 years ago

Malows commented 7 years ago

The styles of the paggination are not working. You are binding icons and css but you expect that the icon's styles in the css binding.

<vuetable-pagination ref="pagination"
      :css="cssPagination"
      @vuetable-pagination:change-page="onChangePage"
    ></vuetable-pagination>
...
data() {
  cssPagination: {
    ...
    icons: {
      first: '',
      prev: '',
      next: '',
      last: '',
    },
  },
ratiw commented 7 years ago

@Malows Thanks for catching that. But I think the error you mentioned would be in this repo