Move notification to BottomLeft

fixes #2644
This commit is contained in:
Jan Niggemann 2023-08-15 14:50:36 +02:00
parent 184b7c14f2
commit 78139ad14e

View File

@ -12,7 +12,7 @@ Vue.config.productionTip = true;
const notyDefault = {
type: "info",
layout: "bottomRight",
layout: "bottomLeft",
timeout: 1000,
progressBar: true,
};