Added vuex as a store and an event bus.

This commit is contained in:
krzysiej
2022-06-13 15:17:02 +02:00
parent 5c154b740c
commit 8dbd63478d
8 changed files with 118 additions and 21 deletions

View File

@@ -27,6 +27,7 @@
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"popper": "^1.0.1"
"popper": "^1.0.1",
"vuex": "^3"
}
}