diff --git a/package.json b/package.json index e7e0e30..657c0dc 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "vue-datepicker": "^1.3.0", "vue-meta": "^2.4.0", "vue-router": "^4.0.3", + "vue-splash": "^1.2.1", "vue-virtual-scroller": "^2.0.0-beta.7", "vue3-html2pdf": "^1.1.2", "vue3-print-nb": "^0.1.4", diff --git a/src/App.vue b/src/App.vue index 1aae27c..410be8e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,40 @@ + diff --git a/src/CommonMethods.vue b/src/CommonMethods.vue index 46b9cb7..27bad5e 100644 --- a/src/CommonMethods.vue +++ b/src/CommonMethods.vue @@ -1,6 +1,12 @@ diff --git a/src/components/LoadingScreen.vue b/src/components/LoadingScreen.vue new file mode 100644 index 0000000..bd9e67f --- /dev/null +++ b/src/components/LoadingScreen.vue @@ -0,0 +1,40 @@ + + + + + diff --git a/src/types/ContractType.vue b/src/types/ContractType.vue new file mode 100644 index 0000000..ddded43 --- /dev/null +++ b/src/types/ContractType.vue @@ -0,0 +1,25 @@ + diff --git a/src/views/contracts/ContractEdit.vue b/src/views/contracts/ContractEdit.vue index 1826693..6ccf555 100644 --- a/src/views/contracts/ContractEdit.vue +++ b/src/views/contracts/ContractEdit.vue @@ -1,10 +1,25 @@