diff --git a/package-lock.json b/package-lock.json index 2003379..cea10d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2455,9 +2455,9 @@ "dev": true }, "bootstrap": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz", - "integrity": "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA==" + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.2.tgz", + "integrity": "sha512-vlGn0bcySYl/iV+BGA544JkkZP5LB3jsmkeKLFQakCOwCM3AOk7VkldBz4jrzSe+Z0Ezn99NVXa1o45cQY4R6A==" }, "bootstrap-vue": { "version": "2.15.0", diff --git a/package.json b/package.json index e542772..a422edf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "axios": "^0.19.2", - "bootstrap": "^4.5.0", + "bootstrap": "^4.5.2", "bootstrap-vue": "^2.15.0", "core-js": "^3.6.5", "sweetalert": "^2.1.2", diff --git a/src/App.vue b/src/App.vue index 0332088..23a47f6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,6 +11,7 @@ import Vue from "vue"; import { BootstrapVue, IconsPlugin } from "bootstrap-vue"; Vue.use(BootstrapVue); + Vue.use(IconsPlugin); export default { diff --git a/src/components/panelAdmin.vue b/src/components/panelAdmin.vue index a3dd1d3..c3c8296 100644 --- a/src/components/panelAdmin.vue +++ b/src/components/panelAdmin.vue @@ -5,34 +5,50 @@