diff --git a/package.json b/package.json index 1eca7ad..37b6161 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,13 @@ "lint:fix": "eslint --fix --ext .js,.vue ." }, "dependencies": { - "axios": "^0.21.0", + "axios": "^0.21.4", "bootstrap": "^4.5.3", "bootstrap-vue": "^2.21.1", "core-js": "^3.6.5", "vue": "^2.6.12", "vue-router": "^3.2.0", + "vue-timers": "^2.0.4", "vuex": "^3.4.0" }, "devDependencies": { diff --git a/src/components/layout/LayoutFooter.vue b/src/components/layout/LayoutFooter.vue new file mode 100644 index 0000000..3a2ea6c --- /dev/null +++ b/src/components/layout/LayoutFooter.vue @@ -0,0 +1,32 @@ + + + + + + + diff --git a/src/components/layout/LayoutMinimal.vue b/src/components/layout/LayoutMinimal.vue index 8894686..69bf438 100644 --- a/src/components/layout/LayoutMinimal.vue +++ b/src/components/layout/LayoutMinimal.vue @@ -1,31 +1,36 @@ - - - - - {{ title.toUpperCase() }} - - - - + + + + + + {{ title.toUpperCase() }} + + + + + + + +