This commit is contained in:
2019-10-31 22:22:58 +00:00
parent 60328737be
commit 775b4364e3

View File

@@ -43,14 +43,8 @@ https://github.com/vuetifyjs/vuetify/releases/tag/v2.0.0#user-content-upgrade-gu
=============== UPGRADING NOTES =================
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
Implemented all changes to bring up to 2.x AFAIK, now need to fixup layout then get into edit form and grid again.
Vuetify dialog changes - https://github.com/yariksav/vuetify-dialog/issues/46