repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f292861
)
refactor(ui): use bootstrap theme for toast notifications
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 18 Feb 2024 18:15:51 +0000
(19:15 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 18 Feb 2024 18:15:51 +0000
(19:15 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/main.ts
patch
|
blob
|
blame
|
history
diff --git
a/ui/web/src/main.ts
b/ui/web/src/main.ts
index 8c993f799a21c180808caa1327995ceda275b061..ddef6f364e4786ad7e14d4c13a0a20f75641f407 100644
(file)
--- a/
ui/web/src/main.ts
+++ b/
ui/web/src/main.ts
@@
-4,7
+4,7
@@
import type { ConfigurationData, ResponsePayload } from './types'
import { router } from '@/router'
import { UIClient } from '@/composables'
import App from '@/App.vue'
-import 'vue-toast-notification/dist/theme-
default
.css'
+import 'vue-toast-notification/dist/theme-
bootstrap
.css'
const initializeApp = (config: ConfigurationData) => {
const app = createApp(App)