mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-26 04:50:18 +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",
|
"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": {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue