vuetifyjs / eslint-plugin-vuetify

An eslint plugin for Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add no-deprecated-props rule

KaelWD opened this issue · comments

commented
  • VBtn.outline -> outlined
  • VBtn.flat -> text
  • VBtn.round -> rounded
  • VAlert.outline -> outlined
  • mobile-break-point -> mobile-breakpoint
  • bottom-nav.active
  • carousel.hide-controls -> show-arrows
  • v-chip
    • outline -> outlined
    • selected -> value
  • data-iterator
    • 'expand',
    • 'content-class'
    • 'content-props'
    • 'content-tag'
    • ['disable-initial-sort', 'sort-by']
    • ['filter', 'custom-filter']
    • ['pagination', 'options']
    • ['total-items', 'server-items-length']
    • ['hide-actions', 'hide-default-footer']
    • ['rows-per-page-items', 'footer-props.items-per-page-options']
    • ['rows-per-page-text', 'footer-props.items-per-page-text']
    • ['prev-icon', 'footer-props.prev-icon']
    • ['next-icon', 'footer-props.next-icon']
  • table
    • ['sort-icon', 'header-props.sort-icon']
    • ['hide-headers', 'hide-default-header']
    • ['select-all', 'show-select']

More: 6cfc2bb3c1bed3c4f9ffef9f523248489c5d5296