This commit is contained in:
2019-10-28 21:21:42 +00:00
parent 1a37e0ae0a
commit 61eeaae36b
4 changed files with 19 additions and 55 deletions

View File

@@ -46,6 +46,15 @@ https://github.com/vuetifyjs/vuetify/releases/tag/v2.0.0#user-content-upgrade-gu
Just got client to load without error to main page.
*** Next up is to fire up server then test client applying fixes as required to bring back to last known state
Also add vuex plugin or router whichever I hadn't done yet through the vue ui client (may need to remove the old reference)
VDataTable Options prop replaces Pagination prop, documented here (only):
https://github.com/vuetifyjs/vuetify/blob/a476b985ceda80c61e8a12346afa62b1625a63f7/packages/vuetify/src/components/VData/VData.ts
https://github.com/vuetifyjs/vuetify/blob/6a3b32d967ca505b6c8d244468a4a96aca381ac4/packages/vuetify/src/components/VDataTable/__tests__/VDataTable.spec.ts
move into Options object these things:
:rows-per-page-items="rowsPerPageItems"
:rows-per-page-text="lt('RowsPerPage')"
select-all
=================================================