This commit is contained in:
Tommy Mikkelsen 2022-07-25 23:05:55 +02:00
parent 3ca417ce83
commit d1024b0291
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webtools-ng",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "webtools-ng",
"version": "1.0.0",
"version": "1.0.1",
"hasInstallScript": true,
"license": "MPL-2.0",
"dependencies": {

View file

@ -50,7 +50,9 @@
import { wtconfig } from '../../General/wtutils';
//import { pms } from '../../General/pms';
import VueVirtualTable from 'vue-virtual-table';
import { download } from '../scripts/download';
import { download } from '../scripts/Download.js';
const log = require("electron-log");
export default {

View file

@ -227,7 +227,6 @@ const getters = {
getUsers: state => state.users,
getValidSrvDone: state => state.dwnsrv,
getFeatures: state => state.features
,
};
const serverModule = {