Updated things, all ok except bug in v-text-field that was reported

This commit is contained in:
2020-10-21 23:52:23 +00:00
parent ab7dc1c378
commit ac94065e94
7 changed files with 78 additions and 51 deletions

View File

@@ -1,5 +1,6 @@
/* Xeslint-disable */
import "typeface-roboto/index.css";
//import "typeface-roboto/index.css";
import "fontsource-roboto/latin.css";
import "github-markdown-css";
import Vue from "vue";
import Vuetify from "./plugins/vuetify";
@@ -60,7 +61,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************