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", "name": "webtools-ng",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "webtools-ng", "name": "webtools-ng",
"version": "1.0.0", "version": "1.0.1",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {

View file

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

View file

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