|
@@ -2,7 +2,7 @@
|
|
import { useToast } from "vue-toastification";
|
|
import { useToast } from "vue-toastification";
|
|
|
|
|
|
export const debuggerHelper = (show = true) => {
|
|
export const debuggerHelper = (show = true) => {
|
|
- const version = "1.5.0--" + process.env.VUE_APP_DEBBUG_FLAG;
|
|
|
|
|
|
+ const version = "1.5.1--" + process.env.VUE_APP_DEBBUG_FLAG;
|
|
if (show) {
|
|
if (show) {
|
|
// log.setColors({
|
|
// log.setColors({
|
|
var css = "background: #28b561; color:#fff;font-size:14px;padding:5px;";
|
|
var css = "background: #28b561; color:#fff;font-size:14px;padding:5px;";
|