mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 11:03:13 +00:00
WIP
This commit is contained in:
parent
3ca417ce83
commit
d1024b0291
3 changed files with 5 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -227,7 +227,6 @@ const getters = {
|
|||
getUsers: state => state.users,
|
||||
getValidSrvDone: state => state.dwnsrv,
|
||||
getFeatures: state => state.features
|
||||
,
|
||||
};
|
||||
|
||||
const serverModule = {
|
||||
|
|
Loading…
Reference in a new issue